Html Css Color HEX #4D60BD Free Speech Blue

📋 copy color: '#4D60BD'

red 77 ◦ green 96 ◦ blue 189

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

Shades of Free Speech Blue #4D60BD

Tints of Free Speech Blue #4D60BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.21%

R = 21.27%
G = 26.52%
B = 52.21%

CMYK

 C value IS 0.59

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4D60BD (or 0x4D60BD) is known color: Free Speech Blue. HEX triplet: 4D, 60 and BD. RGB value is (77,96,189). Sum of RGB (Red+Green+Blue) = 77+96+189=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #4D60BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D60BD is #B29F42. Grayscale: #646464. Windows color (decimal): -11706179 or 12410957. OLE color: 12410957.

HSL color Cylindrical-coordinate representation of color #4D60BD: hue angle of 229.82º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D60BD is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 77 96 189 -
CMYK 0.59 0.49 0 0.26
HSL 229.82º 0.46% 0.52% -
HSV(B) 229.82º 0.59% 0.74% -
XYZ 16.43 13.62 49.91 -
YUV 100.92 177.71 110.94 -
System Red Green Blue C M Y K H S L
Decimal 77 96 189 0.59 0.49 0 0.26 229.82 0.46 0.52
Hex 4D 60 BD 3B 31 0 1A E6 2E 34
Octal 115 140 275 73 61 0 32 346 56 64
Binary 1001101 1100000 10111101 111011 110001 0 11010 11100110 101110 110100

Color Harmonies of #4D60BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D60BD

Black with #4D60BD

Text Example


Text Example

White with #4D60BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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