Html Css Color HEX #4C4D8C Governor Bay

📋 copy color: '#4C4D8C'

red 76 ◦ green 77 ◦ blue 140

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

Shades of Governor Bay #4C4D8C

Tints of Governor Bay #4C4D8C

RGB

 RED value IS 76 (30.08% from 255) = 25.94%

 GREEN value IS 77 (30.47% from 255) = 26.28%

 BLUE value IS 140 (55.08% from 255) = 47.78%

R = 25.94%
G = 26.28%
B = 47.78%

CMYK

 C value IS 0.46

 M value IS 0.45

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4C4D8C (or 0x4C4D8C) is known color: Governor Bay. HEX triplet: 4C, 4D and 8C. RGB value is (76,77,140). Sum of RGB (Red+Green+Blue) = 76+77+140=293 (38% of max value = 765). Red value is 76 (30.08% from 255 or 25.94% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 140 - color contains mainly: blue. Hex color #4C4D8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C4D8C is #B3B273. Grayscale: #535353. Windows color (decimal): -11776628 or 9194828. OLE color: 9194828.

HSL color Cylindrical-coordinate representation of color #4C4D8C: hue angle of 239.06º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C4D8C is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 76 77 140 -
CMYK 0.46 0.45 0 0.45
HSL 239.06º 0.3% 0.42% -
HSV(B) 239.06º 0.46% 0.55% -
XYZ 10.37 8.74 25.95 -
YUV 83.88 159.67 122.38 -
System Red Green Blue C M Y K H S L
Decimal 76 77 140 0.46 0.45 0 0.45 239.06 0.3 0.42
Hex 4C 4D 8C 2E 2D 0 2D EF 1E 2A
Octal 114 115 214 56 55 0 55 357 36 52
Binary 1001100 1001101 10001100 101110 101101 0 101101 11101111 11110 101010

Color Harmonies of #4C4D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4D8C

Black with #4C4D8C

Text Example


Text Example

White with #4C4D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,77,140); }

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

background-color css

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

 a { background-color: rgb(76,77,140); }

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

border-color css

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

 span { border-color: rgb(76,77,140); }

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