Html Css Color HEX #4246BF Free Speech Blue

📋 copy color: '#4246BF'

red 66 ◦ green 70 ◦ blue 191

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

Shades of Free Speech Blue #4246BF

Tints of Free Speech Blue #4246BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 58.41%

R = 20.18%
G = 21.41%
B = 58.41%

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

#4246BF (or 0x4246BF) is known color: Free Speech Blue. HEX triplet: 42, 46 and BF. RGB value is (66,70,191). Sum of RGB (Red+Green+Blue) = 66+70+191=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 191 (75% from 255 or 58.41% from 327); Max value from RGB is 191 - color contains mainly: blue. Hex color #4246BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4246BF is #BDB940. Grayscale: #525252. Windows color (decimal): -12433729 or 12535362. OLE color: 12535362.

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

Color convert

RGB 66 70 191 -
CMYK 0.65 0.63 0 0.25
HSL 238.08º 0.49% 0.5% -
HSV(B) 238.08º 0.65% 0.75% -
XYZ 13.84 9.3 50.36 -
YUV 82.6 189.17 116.16 -
System Red Green Blue C M Y K H S L
Decimal 66 70 191 0.65 0.63 0 0.25 238.08 0.49 0.5
Hex 42 46 BF 41 3F 0 19 EE 31 32
Octal 102 106 277 101 77 0 31 356 61 62
Binary 1000010 1000110 10111111 1000001 111111 0 11001 11101110 110001 110010

Color Harmonies of #4246BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4246BF

Black with #4246BF

Text Example


Text Example

White with #4246BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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