Html Css Color HEX #4042DD Free Speech Blue

📋 copy color: '#4042DD'

red 64 ◦ green 66 ◦ blue 221

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

Shades of Free Speech Blue #4042DD

Tints of Free Speech Blue #4042DD

RGB

 RED value IS 64 (25.39% from 255) = 18.23%

 GREEN value IS 66 (26.17% from 255) = 18.8%

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

R = 18.23%
G = 18.8%
B = 62.96%

CMYK

 C value IS 0.71

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4042DD (or 0x4042DD) is known color: Free Speech Blue. HEX triplet: 40, 42 and DD. RGB value is (64,66,221). Sum of RGB (Red+Green+Blue) = 64+66+221=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #4042DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4042DD is #BFBD22. Grayscale: #525252. Windows color (decimal): -12565795 or 14500416. OLE color: 14500416.

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

Color convert

RGB 64 66 221 -
CMYK 0.71 0.70 0 0.13
HSL 239.24º 0.7% 0.56% -
HSV(B) 239.24º 0.71% 0.87% -
XYZ 17.11 10.21 69.47 -
YUV 83.07 205.84 114.4 -
System Red Green Blue C M Y K H S L
Decimal 64 66 221 0.71 0.70 0 0.13 239.24 0.7 0.56
Hex 40 42 DD 47 46 0 D EF 46 38
Octal 100 102 335 107 106 0 15 357 106 70
Binary 1000000 1000010 11011101 1000111 1000110 0 1101 11101111 1000110 111000

Color Harmonies of #4042DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4042DD

Black with #4042DD

Text Example


Text Example

White with #4042DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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