Html Css Color HEX #474ACF Free Speech Blue

📋 copy color: '#474ACF'

red 71 ◦ green 74 ◦ blue 207

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

Shades of Free Speech Blue #474ACF

Tints of Free Speech Blue #474ACF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.02%

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

R = 20.17%
G = 21.02%
B = 58.81%

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

#474ACF (or 0x474ACF) is known color: Free Speech Blue. HEX triplet: 47, 4A and CF. RGB value is (71,74,207). Sum of RGB (Red+Green+Blue) = 71+74+207=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #474ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474ACF is #B8B530. Grayscale: #575757. Windows color (decimal): -12105009 or 13584967. OLE color: 13584967.

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

Color convert

RGB 71 74 207 -
CMYK 0.66 0.64 0 0.19
HSL 238.68º 0.59% 0.55% -
HSV(B) 238.68º 0.66% 0.81% -
XYZ 16.31 10.74 60.25 -
YUV 88.27 195.01 115.69 -
System Red Green Blue C M Y K H S L
Decimal 71 74 207 0.66 0.64 0 0.19 238.68 0.59 0.55
Hex 47 4A CF 42 40 0 13 EF 3B 37
Octal 107 112 317 102 100 0 23 357 73 67
Binary 1000111 1001010 11001111 1000010 1000000 0 10011 11101111 111011 110111

Color Harmonies of #474ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474ACF

Black with #474ACF

Text Example


Text Example

White with #474ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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