Html Css Color HEX #4249DD Free Speech Blue

📋 copy color: '#4249DD'

red 66 ◦ green 73 ◦ blue 221

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

Shades of Free Speech Blue #4249DD

Tints of Free Speech Blue #4249DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 61.39%

R = 18.33%
G = 20.28%
B = 61.39%

CMYK

 C value IS 0.70

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4249DD (or 0x4249DD) is known color: Free Speech Blue. HEX triplet: 42, 49 and DD. RGB value is (66,73,221). Sum of RGB (Red+Green+Blue) = 66+73+221=360 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.33% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #4249DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4249DD is #BDB622. Grayscale: #575757. Windows color (decimal): -12432931 or 14502210. OLE color: 14502210.

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

Color convert

RGB 66 73 221 -
CMYK 0.70 0.67 0 0.13
HSL 237.29º 0.7% 0.56% -
HSV(B) 237.29º 0.7% 0.87% -
XYZ 17.68 11.14 69.63 -
YUV 87.78 203.18 112.47 -
System Red Green Blue C M Y K H S L
Decimal 66 73 221 0.70 0.67 0 0.13 237.29 0.7 0.56
Hex 42 49 DD 46 43 0 D ED 46 38
Octal 102 111 335 106 103 0 15 355 106 70
Binary 1000010 1001001 11011101 1000110 1000011 0 1101 11101101 1000110 111000

Color Harmonies of #4249DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4249DD

Black with #4249DD

Text Example


Text Example

White with #4249DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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