Html Css Color HEX #4D62CC Free Speech Blue

📋 copy color: '#4D62CC'

red 77 ◦ green 98 ◦ blue 204

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

Shades of Free Speech Blue #4D62CC

Tints of Free Speech Blue #4D62CC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.86%

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

R = 20.32%
G = 25.86%
B = 53.83%

CMYK

 C value IS 0.62

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4D62CC (or 0x4D62CC) is known color: Free Speech Blue. HEX triplet: 4D, 62 and CC. RGB value is (77,98,204). Sum of RGB (Red+Green+Blue) = 77+98+204=379 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.32% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D62CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D62CC is #B29D33. Grayscale: #676767. Windows color (decimal): -11705652 or 13394509. OLE color: 13394509.

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

Color convert

RGB 77 98 204 -
CMYK 0.62 0.52 0 0.2
HSL 230.08º 0.55% 0.55% -
HSV(B) 230.08º 0.62% 0.8% -
XYZ 18.33 14.67 58.99 -
YUV 103.81 184.54 108.88 -
System Red Green Blue C M Y K H S L
Decimal 77 98 204 0.62 0.52 0 0.2 230.08 0.55 0.55
Hex 4D 62 CC 3E 34 0 14 E6 37 37
Octal 115 142 314 76 64 0 24 346 67 67
Binary 1001101 1100010 11001100 111110 110100 0 10100 11100110 110111 110111

Color Harmonies of #4D62CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D62CC

Black with #4D62CC

Text Example


Text Example

White with #4D62CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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