Html Css Color HEX #4636CC Free Speech Blue

📋 copy color: '#4636CC'

red 70 ◦ green 54 ◦ blue 204

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

Shades of Free Speech Blue #4636CC

Tints of Free Speech Blue #4636CC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.46%

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

R = 21.34%
G = 16.46%
B = 62.2%

CMYK

 C value IS 0.66

 M value IS 0.74

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4636CC (or 0x4636CC) is known color: Free Speech Blue. HEX triplet: 46, 36 and CC. RGB value is (70,54,204). Sum of RGB (Red+Green+Blue) = 70+54+204=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 204 (80.08% from 255 or 62.20% from 328); Max value from RGB is 204 - color contains mainly: blue. Hex color #4636CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4636CC is #B9C933. Grayscale: #4B4B4B. Windows color (decimal): -12175668 or 13383238. OLE color: 13383238.

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

Color convert

RGB 70 54 204 -
CMYK 0.66 0.74 0 0.2
HSL 246.4º 0.6% 0.51% -
HSV(B) 246.4º 0.74% 0.8% -
XYZ 14.74 8.3 57.95 -
YUV 75.88 200.3 123.8 -
System Red Green Blue C M Y K H S L
Decimal 70 54 204 0.66 0.74 0 0.2 246.4 0.6 0.51
Hex 46 36 CC 42 4A 0 14 F6 3C 33
Octal 106 66 314 102 112 0 24 366 74 63
Binary 1000110 110110 11001100 1000010 1001010 0 10100 11110110 111100 110011

Color Harmonies of #4636CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4636CC

Black with #4636CC

Text Example


Text Example

White with #4636CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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