Html Css Color HEX #4647CC Free Speech Blue

📋 copy color: '#4647CC'

red 70 ◦ green 71 ◦ blue 204

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

Shades of Free Speech Blue #4647CC

Tints of Free Speech Blue #4647CC

RGB

 RED value IS 70 (27.73% from 255) = 20.29%

 GREEN value IS 71 (28.13% from 255) = 20.58%

 BLUE value IS 204 (80.08% from 255) = 59.13%

R = 20.29%
G = 20.58%
B = 59.13%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4647CC (or 0x4647CC) is known color: Free Speech Blue. HEX triplet: 46, 47 and CC. RGB value is (70,71,204). Sum of RGB (Red+Green+Blue) = 70+71+204=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #4647CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4647CC is #B9B833. Grayscale: #555555. Windows color (decimal): -12171316 or 13387590. OLE color: 13387590.

HSL color Cylindrical-coordinate representation of color #4647CC: hue angle of 239.55º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4647CC is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 70 71 204 -
CMYK 0.66 0.65 0 0.2
HSL 239.55º 0.57% 0.54% -
HSV(B) 239.55º 0.66% 0.8% -
XYZ 15.68 10.17 58.26 -
YUV 85.86 194.67 116.69 -
System Red Green Blue C M Y K H S L
Decimal 70 71 204 0.66 0.65 0 0.2 239.55 0.57 0.54
Hex 46 47 CC 42 41 0 14 F0 39 36
Octal 106 107 314 102 101 0 24 360 71 66
Binary 1000110 1000111 11001100 1000010 1000001 0 10100 11110000 111001 110110

Color Harmonies of #4647CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4647CC

Black with #4647CC

Text Example


Text Example

White with #4647CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4647CC; }

 p { color: rgb(70,71,204); }

 H1.HeaderClassName
 {
   color: #4647CC;
 }
 .AnyTagClassName
 {
   color: #4647CC;
 }
</style>

background-color css

<style>
 a { background-color: #4647CC; }

 a { background-color: rgb(70,71,204); }

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

border-color css

<style>
 span { border-color: #4647CC; }

 span { border-color: rgb(70,71,204); }

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