Html Css Color HEX #473FCB Free Speech Blue

📋 copy color: '#473FCB'

red 71 ◦ green 63 ◦ blue 203

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

Shades of Free Speech Blue #473FCB

Tints of Free Speech Blue #473FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 60.24%

R = 21.07%
G = 18.69%
B = 60.24%

CMYK

 C value IS 0.65

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#473FCB (or 0x473FCB) is known color: Free Speech Blue. HEX triplet: 47, 3F and CB. RGB value is (71,63,203). Sum of RGB (Red+Green+Blue) = 71+63+203=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #473FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473FCB is #B8C034. Grayscale: #505050. Windows color (decimal): -12107829 or 13320007. OLE color: 13320007.

HSL color Cylindrical-coordinate representation of color #473FCB: hue angle of 243.43º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #473FCB is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 63 203 -
CMYK 0.65 0.69 0 0.20
HSL 243.43º 0.57% 0.52% -
HSV(B) 243.43º 0.69% 0.8% -
XYZ 15.16 9.21 57.48 -
YUV 81.35 196.65 120.62 -
System Red Green Blue C M Y K H S L
Decimal 71 63 203 0.65 0.69 0 0.20 243.43 0.57 0.52
Hex 47 3F CB 41 45 0 14 F3 39 34
Octal 107 77 313 101 105 0 24 363 71 64
Binary 1000111 111111 11001011 1000001 1000101 0 10100 11110011 111001 110100

Color Harmonies of #473FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473FCB

Black with #473FCB

Text Example


Text Example

White with #473FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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