Html Css Color HEX #475ACE Free Speech Blue

📋 copy color: '#475ACE'

red 71 ◦ green 90 ◦ blue 206

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

Shades of Free Speech Blue #475ACE

Tints of Free Speech Blue #475ACE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.52%

 BLUE value IS 206 (80.86% from 255) = 56.13%

R = 19.35%
G = 24.52%
B = 56.13%

CMYK

 C value IS 0.66

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#475ACE (or 0x475ACE) is known color: Free Speech Blue. HEX triplet: 47, 5A and CE. RGB value is (71,90,206). Sum of RGB (Red+Green+Blue) = 71+90+206=367 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.35% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #475ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475ACE is #B8A531. Grayscale: #616161. Windows color (decimal): -12100914 or 13523527. OLE color: 13523527.

HSL color Cylindrical-coordinate representation of color #475ACE: hue angle of 231.56º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #475ACE is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 90 206 -
CMYK 0.66 0.56 0 0.19
HSL 231.56º 0.58% 0.54% -
HSV(B) 231.56º 0.66% 0.81% -
XYZ 17.4 13.11 60.01 -
YUV 97.54 189.21 109.07 -
System Red Green Blue C M Y K H S L
Decimal 71 90 206 0.66 0.56 0 0.19 231.56 0.58 0.54
Hex 47 5A CE 42 38 0 13 E8 3A 36
Octal 107 132 316 102 70 0 23 350 72 66
Binary 1000111 1011010 11001110 1000010 111000 0 10011 11101000 111010 110110

Color Harmonies of #475ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475ACE

Black with #475ACE

Text Example


Text Example

White with #475ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475ACE; }

 p { color: rgb(71,90,206); }

 H1.HeaderClassName
 {
   color: #475ACE;
 }
 .AnyTagClassName
 {
   color: #475ACE;
 }
</style>

background-color css

<style>
 a { background-color: #475ACE; }

 a { background-color: rgb(71,90,206); }

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

border-color css

<style>
 span { border-color: #475ACE; }

 span { border-color: rgb(71,90,206); }

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