Html Css Color HEX #4D65CA Free Speech Blue

📋 copy color: '#4D65CA'

red 77 ◦ green 101 ◦ blue 202

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

Shades of Free Speech Blue #4D65CA

Tints of Free Speech Blue #4D65CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 53.16%

R = 20.26%
G = 26.58%
B = 53.16%

CMYK

 C value IS 0.62

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4D65CA (or 0x4D65CA) is known color: Free Speech Blue. HEX triplet: 4D, 65 and CA. RGB value is (77,101,202). Sum of RGB (Red+Green+Blue) = 77+101+202=380 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.26% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D65CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D65CA is #B29A35. Grayscale: #686868. Windows color (decimal): -11704886 or 13264205. OLE color: 13264205.

HSL color Cylindrical-coordinate representation of color #4D65CA: hue angle of 228.48º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D65CA is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 77 101 202 -
CMYK 0.62 0.50 0 0.21
HSL 228.48º 0.54% 0.55% -
HSV(B) 228.48º 0.62% 0.79% -
XYZ 18.37 15.15 57.83 -
YUV 105.34 182.55 107.79 -
System Red Green Blue C M Y K H S L
Decimal 77 101 202 0.62 0.50 0 0.21 228.48 0.54 0.55
Hex 4D 65 CA 3E 32 0 15 E4 36 37
Octal 115 145 312 76 62 0 25 344 66 67
Binary 1001101 1100101 11001010 111110 110010 0 10101 11100100 110110 110111

Color Harmonies of #4D65CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D65CA

Black with #4D65CA

Text Example


Text Example

White with #4D65CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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