Html Css Color HEX #4247DD Free Speech Blue

📋 copy color: '#4247DD'

red 66 ◦ green 71 ◦ blue 221

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

Shades of Free Speech Blue #4247DD

Tints of Free Speech Blue #4247DD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.83%

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

R = 18.44%
G = 19.83%
B = 61.73%

CMYK

 C value IS 0.70

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4247DD (or 0x4247DD) is known color: Free Speech Blue. HEX triplet: 42, 47 and DD. RGB value is (66,71,221). Sum of RGB (Red+Green+Blue) = 66+71+221=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 221 (86.72% from 255 or 61.73% from 358); Max value from RGB is 221 - color contains mainly: blue. Hex color #4247DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4247DD is #BDB822. Grayscale: #565656. Windows color (decimal): -12433443 or 14501698. OLE color: 14501698.

HSL color Cylindrical-coordinate representation of color #4247DD: hue angle of 238.06º 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 #4247DD is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 71 221 -
CMYK 0.70 0.68 0 0.13
HSL 238.06º 0.7% 0.56% -
HSV(B) 238.06º 0.7% 0.87% -
XYZ 17.55 10.89 69.58 -
YUV 86.61 203.84 113.3 -
System Red Green Blue C M Y K H S L
Decimal 66 71 221 0.70 0.68 0 0.13 238.06 0.7 0.56
Hex 42 47 DD 46 44 0 D EE 46 38
Octal 102 107 335 106 104 0 15 356 106 70
Binary 1000010 1000111 11011101 1000110 1000100 0 1101 11101110 1000110 111000

Color Harmonies of #4247DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4247DD

Black with #4247DD

Text Example


Text Example

White with #4247DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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