Html Css Color HEX #4136BE Free Speech Blue

📋 copy color: '#4136BE'

red 65 ◦ green 54 ◦ blue 190

#4136BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #4136BE

Tints of Free Speech Blue #4136BE

RGB

 RED value IS 65 (25.78% from 255) = 21.04%

 GREEN value IS 54 (21.48% from 255) = 17.48%

 BLUE value IS 190 (74.61% from 255) = 61.49%

R = 21.04%
G = 17.48%
B = 61.49%

CMYK

 C value IS 0.66

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4136BE (or 0x4136BE) is known color: Free Speech Blue. HEX triplet: 41, 36 and BE. RGB value is (65,54,190). Sum of RGB (Red+Green+Blue) = 65+54+190=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 190 (74.61% from 255 or 61.49% from 309); Max value from RGB is 190 - color contains mainly: blue. Hex color #4136BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4136BE is #BEC941. Grayscale: #484848. Windows color (decimal): -12503362 or 12465729. OLE color: 12465729.

HSL color Cylindrical-coordinate representation of color #4136BE: hue angle of 244.85º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4136BE is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 54 190 -
CMYK 0.66 0.72 0 0.25
HSL 244.85º 0.56% 0.48% -
HSV(B) 244.85º 0.72% 0.75% -
XYZ 12.79 7.48 49.48 -
YUV 72.79 194.14 122.44 -
System Red Green Blue C M Y K H S L
Decimal 65 54 190 0.66 0.72 0 0.25 244.85 0.56 0.48
Hex 41 36 BE 42 48 0 19 F5 38 30
Octal 101 66 276 102 110 0 31 365 70 60
Binary 1000001 110110 10111110 1000010 1001000 0 11001 11110101 111000 110000

Color Harmonies of #4136BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4136BE

Black with #4136BE

Text Example


Text Example

White with #4136BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4136BE; }

 p { color: rgb(65,54,190); }

 H1.HeaderClassName
 {
   color: #4136BE;
 }
 .AnyTagClassName
 {
   color: #4136BE;
 }
</style>

background-color css

<style>
 a { background-color: #4136BE; }

 a { background-color: rgb(65,54,190); }

 div.DivClassName
 {
   background-color: #4136BE;
 }
 .BgClassName
 {
   background-color: #4136BE;
 }
</style>

border-color css

<style>
 span { border-color: #4136BE; }

 span { border-color: rgb(65,54,190); }

 td.TdClassName
 {
   border-color: #4136BE;
 }
 .TagClassName
 {
   border-color: #4136BE;
 }
</style>