Html Css Color HEX #4D469C Governor Bay

📋 copy color: '#4D469C'

red 77 ◦ green 70 ◦ blue 156

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

Shades of Governor Bay #4D469C

Tints of Governor Bay #4D469C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.1%

 BLUE value IS 156 (61.33% from 255) = 51.49%

R = 25.41%
G = 23.1%
B = 51.49%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4D469C (or 0x4D469C) is known color: Governor Bay. HEX triplet: 4D, 46 and 9C. RGB value is (77,70,156). Sum of RGB (Red+Green+Blue) = 77+70+156=303 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.41% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 156 (61.33% from 255 or 51.49% from 303); Max value from RGB is 156 - color contains mainly: blue. Hex color #4D469C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D469C is #B2B963. Grayscale: #515151. Windows color (decimal): -11712868 or 10241613. OLE color: 10241613.

HSL color Cylindrical-coordinate representation of color #4D469C: hue angle of 244.88º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D469C is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 77 70 156 -
CMYK 0.51 0.55 0 0.39
HSL 244.88º 0.38% 0.44% -
HSV(B) 244.88º 0.55% 0.61% -
XYZ 11.25 8.36 32.47 -
YUV 81.9 169.82 124.51 -
System Red Green Blue C M Y K H S L
Decimal 77 70 156 0.51 0.55 0 0.39 244.88 0.38 0.44
Hex 4D 46 9C 33 37 0 27 F5 26 2C
Octal 115 106 234 63 67 0 47 365 46 54
Binary 1001101 1000110 10011100 110011 110111 0 100111 11110101 100110 101100

Color Harmonies of #4D469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D469C

Black with #4D469C

Text Example


Text Example

White with #4D469C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,70,156); }

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

background-color css

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

 a { background-color: rgb(77,70,156); }

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

border-color css

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

 span { border-color: rgb(77,70,156); }

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