Html Css Color HEX #4246DF Free Speech Blue

📋 copy color: '#4246DF'

red 66 ◦ green 70 ◦ blue 223

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

Shades of Free Speech Blue #4246DF

Tints of Free Speech Blue #4246DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.12%

R = 18.38%
G = 19.5%
B = 62.12%

CMYK

 C value IS 0.70

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4246DF (or 0x4246DF) is known color: Free Speech Blue. HEX triplet: 42, 46 and DF. RGB value is (66,70,223). Sum of RGB (Red+Green+Blue) = 66+70+223=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 223 (87.5% from 255 or 62.12% from 359); Max value from RGB is 223 - color contains mainly: blue. Hex color #4246DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4246DF is #BDB920. Grayscale: #555555. Windows color (decimal): -12433697 or 14632514. OLE color: 14632514.

HSL color Cylindrical-coordinate representation of color #4246DF: hue angle of 238.47º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4246DF is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 70 223 -
CMYK 0.70 0.69 0 0.13
HSL 238.47º 0.71% 0.57% -
HSV(B) 238.47º 0.7% 0.87% -
XYZ 17.76 10.87 70.97 -
YUV 86.25 205.17 113.56 -
System Red Green Blue C M Y K H S L
Decimal 66 70 223 0.70 0.69 0 0.13 238.47 0.71 0.57
Hex 42 46 DF 46 45 0 D EE 47 39
Octal 102 106 337 106 105 0 15 356 107 71
Binary 1000010 1000110 11011111 1000110 1000101 0 1101 11101110 1000111 111001

Color Harmonies of #4246DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4246DF

Black with #4246DF

Text Example


Text Example

White with #4246DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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