Html Css Color HEX #474CCF Free Speech Blue

📋 copy color: '#474CCF'

red 71 ◦ green 76 ◦ blue 207

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

Shades of Free Speech Blue #474CCF

Tints of Free Speech Blue #474CCF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.47%

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

R = 20.06%
G = 21.47%
B = 58.47%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#474CCF (or 0x474CCF) is known color: Free Speech Blue. HEX triplet: 47, 4C and CF. RGB value is (71,76,207). Sum of RGB (Red+Green+Blue) = 71+76+207=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 207 (81.25% from 255 or 58.47% from 354); Max value from RGB is 207 - color contains mainly: blue. Hex color #474CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474CCF is #B8B330. Grayscale: #585858. Windows color (decimal): -12104497 or 13585479. OLE color: 13585479.

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

Color convert

RGB 71 76 207 -
CMYK 0.66 0.63 0 0.19
HSL 237.79º 0.59% 0.55% -
HSV(B) 237.79º 0.66% 0.81% -
XYZ 16.45 11.01 60.29 -
YUV 89.44 194.34 114.85 -
System Red Green Blue C M Y K H S L
Decimal 71 76 207 0.66 0.63 0 0.19 237.79 0.59 0.55
Hex 47 4C CF 42 3F 0 13 EE 3B 37
Octal 107 114 317 102 77 0 23 356 73 67
Binary 1000111 1001100 11001111 1000010 111111 0 10011 11101110 111011 110111

Color Harmonies of #474CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474CCF

Black with #474CCF

Text Example


Text Example

White with #474CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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