Html Css Color HEX #474BCF Free Speech Blue

📋 copy color: '#474BCF'

red 71 ◦ green 75 ◦ blue 207

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

Shades of Free Speech Blue #474BCF

Tints of Free Speech Blue #474BCF

RGB

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

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

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

R = 20.11%
G = 21.25%
B = 58.64%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#474BCF (or 0x474BCF) is known color: Free Speech Blue. HEX triplet: 47, 4B and CF. RGB value is (71,75,207). Sum of RGB (Red+Green+Blue) = 71+75+207=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #474BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474BCF is #B8B430. Grayscale: #585858. Windows color (decimal): -12104753 or 13585223. OLE color: 13585223.

HSL color Cylindrical-coordinate representation of color #474BCF: hue angle of 238.24º 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 #474BCF is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 75 207 -
CMYK 0.66 0.64 0 0.19
HSL 238.24º 0.59% 0.55% -
HSV(B) 238.24º 0.66% 0.81% -
XYZ 16.38 10.88 60.27 -
YUV 88.85 194.67 115.27 -
System Red Green Blue C M Y K H S L
Decimal 71 75 207 0.66 0.64 0 0.19 238.24 0.59 0.55
Hex 47 4B CF 42 40 0 13 EE 3B 37
Octal 107 113 317 102 100 0 23 356 73 67
Binary 1000111 1001011 11001111 1000010 1000000 0 10011 11101110 111011 110111

Color Harmonies of #474BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474BCF

Black with #474BCF

Text Example


Text Example

White with #474BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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