Html Css Color HEX #475FC1 Free Speech Blue

📋 copy color: '#475FC1'

red 71 ◦ green 95 ◦ blue 193

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

Shades of Free Speech Blue #475FC1

Tints of Free Speech Blue #475FC1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.46%

 BLUE value IS 193 (75.78% from 255) = 53.76%

R = 19.78%
G = 26.46%
B = 53.76%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#475FC1 (or 0x475FC1) is known color: Free Speech Blue. HEX triplet: 47, 5F and C1. RGB value is (71,95,193). Sum of RGB (Red+Green+Blue) = 71+95+193=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 193 (75.78% from 255 or 53.76% from 359); Max value from RGB is 193 - color contains mainly: blue. Hex color #475FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475FC1 is #B8A03E. Grayscale: #626262. Windows color (decimal): -12099647 or 12672839. OLE color: 12672839.

HSL color Cylindrical-coordinate representation of color #475FC1: hue angle of 228.2º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #475FC1 is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 71 95 193 -
CMYK 0.63 0.51 0 0.24
HSL 228.2º 0.5% 0.52% -
HSV(B) 228.2º 0.63% 0.76% -
XYZ 16.32 13.37 52.17 -
YUV 99 181.05 108.03 -
System Red Green Blue C M Y K H S L
Decimal 71 95 193 0.63 0.51 0 0.24 228.2 0.5 0.52
Hex 47 5F C1 3F 33 0 18 E4 32 34
Octal 107 137 301 77 63 0 30 344 62 64
Binary 1000111 1011111 11000001 111111 110011 0 11000 11100100 110010 110100

Color Harmonies of #475FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475FC1

Black with #475FC1

Text Example


Text Example

White with #475FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,95,193); }

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

background-color css

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

 a { background-color: rgb(71,95,193); }

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

border-color css

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

 span { border-color: rgb(71,95,193); }

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