Html Css Color HEX #4D65CD Free Speech Blue

📋 copy color: '#4D65CD'

red 77 ◦ green 101 ◦ blue 205

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

Shades of Free Speech Blue #4D65CD

Tints of Free Speech Blue #4D65CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.52%

R = 20.1%
G = 26.37%
B = 53.52%

CMYK

 C value IS 0.62

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4D65CD (or 0x4D65CD) is known color: Free Speech Blue. HEX triplet: 4D, 65 and CD. RGB value is (77,101,205). Sum of RGB (Red+Green+Blue) = 77+101+205=383 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.10% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D65CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D65CD is #B29A32. Grayscale: #696969. Windows color (decimal): -11704883 or 13460813. OLE color: 13460813.

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

Color convert

RGB 77 101 205 -
CMYK 0.62 0.51 0 0.20
HSL 228.75º 0.56% 0.55% -
HSV(B) 228.75º 0.62% 0.8% -
XYZ 18.73 15.29 59.72 -
YUV 105.68 184.05 107.54 -
System Red Green Blue C M Y K H S L
Decimal 77 101 205 0.62 0.51 0 0.20 228.75 0.56 0.55
Hex 4D 65 CD 3E 33 0 14 E5 38 37
Octal 115 145 315 76 63 0 24 345 70 67
Binary 1001101 1100101 11001101 111110 110011 0 10100 11100101 111000 110111

Color Harmonies of #4D65CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D65CD

Black with #4D65CD

Text Example


Text Example

White with #4D65CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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