Html Css Color HEX #4246BE Free Speech Blue

📋 copy color: '#4246BE'

red 66 ◦ green 70 ◦ blue 190

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

Shades of Free Speech Blue #4246BE

Tints of Free Speech Blue #4246BE

RGB

 RED value IS 66 (26.17% from 255) = 20.25%

 GREEN value IS 70 (27.73% from 255) = 21.47%

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

R = 20.25%
G = 21.47%
B = 58.28%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4246BE (or 0x4246BE) is known color: Free Speech Blue. HEX triplet: 42, 46 and BE. RGB value is (66,70,190). Sum of RGB (Red+Green+Blue) = 66+70+190=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #4246BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4246BE is #BDB941. Grayscale: #525252. Windows color (decimal): -12433730 or 12469826. OLE color: 12469826.

HSL color Cylindrical-coordinate representation of color #4246BE: hue angle of 238.06º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4246BE is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 70 190 -
CMYK 0.65 0.63 0 0.25
HSL 238.06º 0.49% 0.5% -
HSV(B) 238.06º 0.65% 0.75% -
XYZ 13.73 9.26 49.78 -
YUV 82.48 188.67 116.24 -
System Red Green Blue C M Y K H S L
Decimal 66 70 190 0.65 0.63 0 0.25 238.06 0.49 0.5
Hex 42 46 BE 41 3F 0 19 EE 31 32
Octal 102 106 276 101 77 0 31 356 61 62
Binary 1000010 1000110 10111110 1000001 111111 0 11001 11101110 110001 110010

Color Harmonies of #4246BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4246BE

Black with #4246BE

Text Example


Text Example

White with #4246BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,70,190); }

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

background-color css

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

 a { background-color: rgb(66,70,190); }

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

border-color css

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

 span { border-color: rgb(66,70,190); }

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