Html Css Color HEX #474AD6 Free Speech Blue

📋 copy color: '#474AD6'

red 71 ◦ green 74 ◦ blue 214

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

Shades of Free Speech Blue #474AD6

Tints of Free Speech Blue #474AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 59.61%

R = 19.78%
G = 20.61%
B = 59.61%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#474AD6 (or 0x474AD6) is known color: Free Speech Blue. HEX triplet: 47, 4A and D6. RGB value is (71,74,214). Sum of RGB (Red+Green+Blue) = 71+74+214=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 214 (83.98% from 255 or 59.61% from 359); Max value from RGB is 214 - color contains mainly: blue. Hex color #474AD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474AD6 is #B8B529. Grayscale: #585858. Windows color (decimal): -12105002 or 14043719. OLE color: 14043719.

HSL color Cylindrical-coordinate representation of color #474AD6: hue angle of 238.74º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #474AD6 is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 71 74 214 -
CMYK 0.67 0.65 0 0.16
HSL 238.74º 0.64% 0.56% -
HSV(B) 238.74º 0.67% 0.84% -
XYZ 17.18 11.09 64.85 -
YUV 89.06 198.51 115.12 -
System Red Green Blue C M Y K H S L
Decimal 71 74 214 0.67 0.65 0 0.16 238.74 0.64 0.56
Hex 47 4A D6 43 41 0 10 EF 40 38
Octal 107 112 326 103 101 0 20 357 100 70
Binary 1000111 1001010 11010110 1000011 1000001 0 10000 11101111 1000000 111000

Color Harmonies of #474AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474AD6

Black with #474AD6

Text Example


Text Example

White with #474AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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