Html Css Color HEX #475ACF Free Speech Blue

📋 copy color: '#475ACF'

red 71 ◦ green 90 ◦ blue 207

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

Shades of Free Speech Blue #475ACF

Tints of Free Speech Blue #475ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.25%

R = 19.29%
G = 24.46%
B = 56.25%

CMYK

 C value IS 0.66

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#475ACF (or 0x475ACF) is known color: Free Speech Blue. HEX triplet: 47, 5A and CF. RGB value is (71,90,207). Sum of RGB (Red+Green+Blue) = 71+90+207=368 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.29% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #475ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475ACF is #B8A530. Grayscale: #616161. Windows color (decimal): -12100913 or 13589063. OLE color: 13589063.

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

Color convert

RGB 71 90 207 -
CMYK 0.66 0.57 0 0.19
HSL 231.62º 0.59% 0.55% -
HSV(B) 231.62º 0.66% 0.81% -
XYZ 17.52 13.16 60.65 -
YUV 97.66 189.71 108.99 -
System Red Green Blue C M Y K H S L
Decimal 71 90 207 0.66 0.57 0 0.19 231.62 0.59 0.55
Hex 47 5A CF 42 39 0 13 E8 3B 37
Octal 107 132 317 102 71 0 23 350 73 67
Binary 1000111 1011010 11001111 1000010 111001 0 10011 11101000 111011 110111

Color Harmonies of #475ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475ACF

Black with #475ACF

Text Example


Text Example

White with #475ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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