Html Css Color HEX #4D65CC Free Speech Blue

📋 copy color: '#4D65CC'

red 77 ◦ green 101 ◦ blue 204

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

Shades of Free Speech Blue #4D65CC

Tints of Free Speech Blue #4D65CC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.44%

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

R = 20.16%
G = 26.44%
B = 53.4%

CMYK

 C value IS 0.62

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4D65CC (or 0x4D65CC) is known color: Free Speech Blue. HEX triplet: 4D, 65 and CC. RGB value is (77,101,204). Sum of RGB (Red+Green+Blue) = 77+101+204=382 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.16% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D65CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D65CC is #B29A33. Grayscale: #696969. Windows color (decimal): -11704884 or 13395277. OLE color: 13395277.

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

Color convert

RGB 77 101 204 -
CMYK 0.62 0.50 0 0.2
HSL 228.66º 0.55% 0.55% -
HSV(B) 228.66º 0.62% 0.8% -
XYZ 18.61 15.24 59.09 -
YUV 105.57 183.55 107.62 -
System Red Green Blue C M Y K H S L
Decimal 77 101 204 0.62 0.50 0 0.2 228.66 0.55 0.55
Hex 4D 65 CC 3E 32 0 14 E5 37 37
Octal 115 145 314 76 62 0 24 345 67 67
Binary 1001101 1100101 11001100 111110 110010 0 10100 11100101 110111 110111

Color Harmonies of #4D65CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D65CC

Black with #4D65CC

Text Example


Text Example

White with #4D65CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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