Html Css Color HEX #4247BE Free Speech Blue

📋 copy color: '#4247BE'

red 66 ◦ green 71 ◦ blue 190

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

Shades of Free Speech Blue #4247BE

Tints of Free Speech Blue #4247BE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.71%

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

R = 20.18%
G = 21.71%
B = 58.1%

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

#4247BE (or 0x4247BE) is known color: Free Speech Blue. HEX triplet: 42, 47 and BE. RGB value is (66,71,190). Sum of RGB (Red+Green+Blue) = 66+71+190=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #4247BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4247BE is #BDB841. Grayscale: #525252. Windows color (decimal): -12433474 or 12470082. OLE color: 12470082.

HSL color Cylindrical-coordinate representation of color #4247BE: hue angle of 237.58º 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 #4247BE is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 71 190 -
CMYK 0.65 0.63 0 0.25
HSL 237.58º 0.49% 0.5% -
HSV(B) 237.58º 0.65% 0.75% -
XYZ 13.79 9.38 49.8 -
YUV 83.07 188.34 115.82 -
System Red Green Blue C M Y K H S L
Decimal 66 71 190 0.65 0.63 0 0.25 237.58 0.49 0.5
Hex 42 47 BE 41 3F 0 19 EE 31 32
Octal 102 107 276 101 77 0 31 356 61 62
Binary 1000010 1000111 10111110 1000001 111111 0 11001 11101110 110001 110010

Color Harmonies of #4247BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4247BE

Black with #4247BE

Text Example


Text Example

White with #4247BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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