Html Css Color HEX #474BBF Free Speech Blue

📋 copy color: '#474BBF'

red 71 ◦ green 75 ◦ blue 191

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

Shades of Free Speech Blue #474BBF

Tints of Free Speech Blue #474BBF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.26%

 BLUE value IS 191 (75% from 255) = 56.68%

R = 21.07%
G = 22.26%
B = 56.68%

CMYK

 C value IS 0.63

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#474BBF (or 0x474BBF) is known color: Free Speech Blue. HEX triplet: 47, 4B and BF. RGB value is (71,75,191). Sum of RGB (Red+Green+Blue) = 71+75+191=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 191 (75% from 255 or 56.68% from 337); Max value from RGB is 191 - color contains mainly: blue. Hex color #474BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474BBF is #B8B440. Grayscale: #565656. Windows color (decimal): -12104769 or 12536647. OLE color: 12536647.

HSL color Cylindrical-coordinate representation of color #474BBF: hue angle of 238º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #474BBF is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 75 191 -
CMYK 0.63 0.61 0 0.25
HSL 238º 0.48% 0.51% -
HSV(B) 238º 0.63% 0.75% -
XYZ 14.52 10.13 50.48 -
YUV 87.03 186.67 116.57 -
System Red Green Blue C M Y K H S L
Decimal 71 75 191 0.63 0.61 0 0.25 238 0.48 0.51
Hex 47 4B BF 3F 3D 0 19 EE 30 33
Octal 107 113 277 77 75 0 31 356 60 63
Binary 1000111 1001011 10111111 111111 111101 0 11001 11101110 110000 110011

Color Harmonies of #474BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474BBF

Black with #474BBF

Text Example


Text Example

White with #474BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474BBF; }

 p { color: rgb(71,75,191); }

 H1.HeaderClassName
 {
   color: #474BBF;
 }
 .AnyTagClassName
 {
   color: #474BBF;
 }
</style>

background-color css

<style>
 a { background-color: #474BBF; }

 a { background-color: rgb(71,75,191); }

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

border-color css

<style>
 span { border-color: #474BBF; }

 span { border-color: rgb(71,75,191); }

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