Html Css Color HEX #474ACC Free Speech Blue

📋 copy color: '#474ACC'

red 71 ◦ green 74 ◦ blue 204

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

Shades of Free Speech Blue #474ACC

Tints of Free Speech Blue #474ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.45%

R = 20.34%
G = 21.2%
B = 58.45%

CMYK

 C value IS 0.65

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#474ACC (or 0x474ACC) is known color: Free Speech Blue. HEX triplet: 47, 4A and CC. RGB value is (71,74,204). Sum of RGB (Red+Green+Blue) = 71+74+204=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #474ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474ACC is #B8B533. Grayscale: #575757. Windows color (decimal): -12105012 or 13388359. OLE color: 13388359.

HSL color Cylindrical-coordinate representation of color #474ACC: hue angle of 238.65º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #474ACC is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 71 74 204 -
CMYK 0.65 0.64 0 0.2
HSL 238.65º 0.57% 0.54% -
HSV(B) 238.65º 0.65% 0.8% -
XYZ 15.95 10.6 58.33 -
YUV 87.92 193.51 115.93 -
System Red Green Blue C M Y K H S L
Decimal 71 74 204 0.65 0.64 0 0.2 238.65 0.57 0.54
Hex 47 4A CC 41 40 0 14 EF 39 36
Octal 107 112 314 101 100 0 24 357 71 66
Binary 1000111 1001010 11001100 1000001 1000000 0 10100 11101111 111001 110110

Color Harmonies of #474ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474ACC

Black with #474ACC

Text Example


Text Example

White with #474ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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