Html Css Color HEX #473FBE Free Speech Blue

📋 copy color: '#473FBE'

red 71 ◦ green 63 ◦ blue 190

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

Shades of Free Speech Blue #473FBE

Tints of Free Speech Blue #473FBE

RGB

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

 GREEN value IS 63 (25% from 255) = 19.44%

 BLUE value IS 190 (74.61% from 255) = 58.64%

R = 21.91%
G = 19.44%
B = 58.64%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#473FBE (or 0x473FBE) is known color: Free Speech Blue. HEX triplet: 47, 3F and BE. RGB value is (71,63,190). Sum of RGB (Red+Green+Blue) = 71+63+190=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 190 (74.61% from 255 or 58.64% from 324); Max value from RGB is 190 - color contains mainly: blue. Hex color #473FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473FBE is #B8C041. Grayscale: #4F4F4F. Windows color (decimal): -12107842 or 12468039. OLE color: 12468039.

HSL color Cylindrical-coordinate representation of color #473FBE: hue angle of 243.78º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #473FBE is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 63 190 -
CMYK 0.63 0.67 0 0.25
HSL 243.78º 0.5% 0.5% -
HSV(B) 243.78º 0.67% 0.75% -
XYZ 13.67 8.61 49.66 -
YUV 79.87 190.15 121.67 -
System Red Green Blue C M Y K H S L
Decimal 71 63 190 0.63 0.67 0 0.25 243.78 0.5 0.5
Hex 47 3F BE 3F 43 0 19 F4 32 32
Octal 107 77 276 77 103 0 31 364 62 62
Binary 1000111 111111 10111110 111111 1000011 0 11001 11110100 110010 110010

Color Harmonies of #473FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473FBE

Black with #473FBE

Text Example


Text Example

White with #473FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473FBE; }

 p { color: rgb(71,63,190); }

 H1.HeaderClassName
 {
   color: #473FBE;
 }
 .AnyTagClassName
 {
   color: #473FBE;
 }
</style>

background-color css

<style>
 a { background-color: #473FBE; }

 a { background-color: rgb(71,63,190); }

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

border-color css

<style>
 span { border-color: #473FBE; }

 span { border-color: rgb(71,63,190); }

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