Html Css Color HEX #4249CE Free Speech Blue

📋 copy color: '#4249CE'

red 66 ◦ green 73 ◦ blue 206

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

Shades of Free Speech Blue #4249CE

Tints of Free Speech Blue #4249CE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.16%

 BLUE value IS 206 (80.86% from 255) = 59.71%

R = 19.13%
G = 21.16%
B = 59.71%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4249CE (or 0x4249CE) is known color: Free Speech Blue. HEX triplet: 42, 49 and CE. RGB value is (66,73,206). Sum of RGB (Red+Green+Blue) = 66+73+206=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #4249CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4249CE is #BDB631. Grayscale: #555555. Windows color (decimal): -12432946 or 13519170. OLE color: 13519170.

HSL color Cylindrical-coordinate representation of color #4249CE: hue angle of 237º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4249CE is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 73 206 -
CMYK 0.68 0.65 0 0.19
HSL 237º 0.59% 0.53% -
HSV(B) 237º 0.68% 0.81% -
XYZ 15.77 10.38 59.56 -
YUV 86.07 195.68 113.69 -
System Red Green Blue C M Y K H S L
Decimal 66 73 206 0.68 0.65 0 0.19 237 0.59 0.53
Hex 42 49 CE 44 41 0 13 ED 3B 35
Octal 102 111 316 104 101 0 23 355 73 65
Binary 1000010 1001001 11001110 1000100 1000001 0 10011 11101101 111011 110101

Color Harmonies of #4249CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4249CE

Black with #4249CE

Text Example


Text Example

White with #4249CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4249CE; }

 p { color: rgb(66,73,206); }

 H1.HeaderClassName
 {
   color: #4249CE;
 }
 .AnyTagClassName
 {
   color: #4249CE;
 }
</style>

background-color css

<style>
 a { background-color: #4249CE; }

 a { background-color: rgb(66,73,206); }

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

border-color css

<style>
 span { border-color: #4249CE; }

 span { border-color: rgb(66,73,206); }

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