Html Css Color HEX #4D60CC Free Speech Blue

📋 copy color: '#4D60CC'

red 77 ◦ green 96 ◦ blue 204

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

Shades of Free Speech Blue #4D60CC

Tints of Free Speech Blue #4D60CC

RGB

 RED value IS 77 (30.47% from 255) = 20.42%

 GREEN value IS 96 (37.89% from 255) = 25.46%

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

R = 20.42%
G = 25.46%
B = 54.11%

CMYK

 C value IS 0.62

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4D60CC (or 0x4D60CC) is known color: Free Speech Blue. HEX triplet: 4D, 60 and CC. RGB value is (77,96,204). Sum of RGB (Red+Green+Blue) = 77+96+204=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D60CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D60CC is #B29F33. Grayscale: #666666. Windows color (decimal): -11706164 or 13393997. OLE color: 13393997.

HSL color Cylindrical-coordinate representation of color #4D60CC: hue angle of 231.02º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D60CC is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 77 96 204 -
CMYK 0.62 0.53 0 0.2
HSL 231.02º 0.55% 0.55% -
HSV(B) 231.02º 0.62% 0.8% -
XYZ 18.14 14.3 58.93 -
YUV 102.63 185.21 109.72 -
System Red Green Blue C M Y K H S L
Decimal 77 96 204 0.62 0.53 0 0.2 231.02 0.55 0.55
Hex 4D 60 CC 3E 35 0 14 E7 37 37
Octal 115 140 314 76 65 0 24 347 67 67
Binary 1001101 1100000 11001100 111110 110101 0 10100 11100111 110111 110111

Color Harmonies of #4D60CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D60CC

Black with #4D60CC

Text Example


Text Example

White with #4D60CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D60CC; }

 p { color: rgb(77,96,204); }

 H1.HeaderClassName
 {
   color: #4D60CC;
 }
 .AnyTagClassName
 {
   color: #4D60CC;
 }
</style>

background-color css

<style>
 a { background-color: #4D60CC; }

 a { background-color: rgb(77,96,204); }

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

border-color css

<style>
 span { border-color: #4D60CC; }

 span { border-color: rgb(77,96,204); }

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