Html Css Color HEX #474ADD Free Speech Blue

📋 copy color: '#474ADD'

red 71 ◦ green 74 ◦ blue 221

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

Shades of Free Speech Blue #474ADD

Tints of Free Speech Blue #474ADD

RGB

 RED value IS 71 (28.13% from 255) = 19.4%

 GREEN value IS 74 (29.3% from 255) = 20.22%

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

R = 19.4%
G = 20.22%
B = 60.38%

CMYK

 C value IS 0.68

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#474ADD (or 0x474ADD) is known color: Free Speech Blue. HEX triplet: 47, 4A and DD. RGB value is (71,74,221). Sum of RGB (Red+Green+Blue) = 71+74+221=366 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.40% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #474ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474ADD is #B8B522. Grayscale: #595959. Windows color (decimal): -12104995 or 14502471. OLE color: 14502471.

HSL color Cylindrical-coordinate representation of color #474ADD: hue angle of 238.8º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #474ADD is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 74 221 -
CMYK 0.68 0.67 0 0.13
HSL 238.8º 0.69% 0.57% -
HSV(B) 238.8º 0.68% 0.87% -
XYZ 18.1 11.46 69.66 -
YUV 89.86 202.01 114.55 -
System Red Green Blue C M Y K H S L
Decimal 71 74 221 0.68 0.67 0 0.13 238.8 0.69 0.57
Hex 47 4A DD 44 43 0 D EF 45 39
Octal 107 112 335 104 103 0 15 357 105 71
Binary 1000111 1001010 11011101 1000100 1000011 0 1101 11101111 1000101 111001

Color Harmonies of #474ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474ADD

Black with #474ADD

Text Example


Text Example

White with #474ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474ADD; }

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

 H1.HeaderClassName
 {
   color: #474ADD;
 }
 .AnyTagClassName
 {
   color: #474ADD;
 }
</style>

background-color css

<style>
 a { background-color: #474ADD; }

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

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

border-color css

<style>
 span { border-color: #474ADD; }

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

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