Html Css Color HEX #4D60CB Free Speech Blue

📋 copy color: '#4D60CB'

red 77 ◦ green 96 ◦ blue 203

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

Shades of Free Speech Blue #4D60CB

Tints of Free Speech Blue #4D60CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.99%

R = 20.48%
G = 25.53%
B = 53.99%

CMYK

 C value IS 0.62

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4D60CB (or 0x4D60CB) is known color: Free Speech Blue. HEX triplet: 4D, 60 and CB. RGB value is (77,96,203). Sum of RGB (Red+Green+Blue) = 77+96+203=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #4D60CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D60CB is #B29F34. Grayscale: #666666. Windows color (decimal): -11706165 or 13328461. OLE color: 13328461.

HSL color Cylindrical-coordinate representation of color #4D60CB: hue angle of 230.95º 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 #4D60CB is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 77 96 203 -
CMYK 0.62 0.53 0 0.20
HSL 230.95º 0.55% 0.55% -
HSV(B) 230.95º 0.62% 0.8% -
XYZ 18.02 14.26 58.3 -
YUV 102.52 184.71 109.8 -
System Red Green Blue C M Y K H S L
Decimal 77 96 203 0.62 0.53 0 0.20 230.95 0.55 0.55
Hex 4D 60 CB 3E 35 0 14 E7 37 37
Octal 115 140 313 76 65 0 24 347 67 67
Binary 1001101 1100000 11001011 111110 110101 0 10100 11100111 110111 110111

Color Harmonies of #4D60CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D60CB

Black with #4D60CB

Text Example


Text Example

White with #4D60CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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