Html Css Color HEX #4249DC Free Speech Blue

📋 copy color: '#4249DC'

red 66 ◦ green 73 ◦ blue 220

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

Shades of Free Speech Blue #4249DC

Tints of Free Speech Blue #4249DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 61.28%

R = 18.38%
G = 20.33%
B = 61.28%

CMYK

 C value IS 0.7

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4249DC (or 0x4249DC) is known color: Free Speech Blue. HEX triplet: 42, 49 and DC. RGB value is (66,73,220). Sum of RGB (Red+Green+Blue) = 66+73+220=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #4249DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4249DC is #BDB623. Grayscale: #575757. Windows color (decimal): -12432932 or 14436674. OLE color: 14436674.

HSL color Cylindrical-coordinate representation of color #4249DC: hue angle of 237.27º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4249DC is Cyan = 0.7, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 73 220 -
CMYK 0.7 0.67 0 0.14
HSL 237.27º 0.69% 0.56% -
HSV(B) 237.27º 0.7% 0.86% -
XYZ 17.55 11.09 68.93 -
YUV 87.67 202.68 112.55 -
System Red Green Blue C M Y K H S L
Decimal 66 73 220 0.7 0.67 0 0.14 237.27 0.69 0.56
Hex 42 49 DC 46 43 0 E ED 45 38
Octal 102 111 334 106 103 0 16 355 105 70
Binary 1000010 1001001 11011100 1000110 1000011 0 1110 11101101 1000101 111000

Color Harmonies of #4249DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4249DC

Black with #4249DC

Text Example


Text Example

White with #4249DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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