Html Css Color HEX #4E5F9C Governor Bay

📋 copy color: '#4E5F9C'

red 78 ◦ green 95 ◦ blue 156

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

Shades of Governor Bay #4E5F9C

Tints of Governor Bay #4E5F9C

RGB

 RED value IS 78 (30.86% from 255) = 23.71%

 GREEN value IS 95 (37.5% from 255) = 28.88%

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

R = 23.71%
G = 28.88%
B = 47.42%

CMYK

 C value IS 0.5

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4E5F9C (or 0x4E5F9C) is known color: Governor Bay. HEX triplet: 4E, 5F and 9C. RGB value is (78,95,156). Sum of RGB (Red+Green+Blue) = 78+95+156=329 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.71% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E5F9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5F9C is #B1A063. Grayscale: #606060. Windows color (decimal): -11640932 or 10248014. OLE color: 10248014.

HSL color Cylindrical-coordinate representation of color #4E5F9C: hue angle of 226.92º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E5F9C is Cyan = 0.5, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 78 95 156 -
CMYK 0.5 0.39 0 0.39
HSL 226.92º 0.33% 0.46% -
HSV(B) 226.92º 0.5% 0.61% -
XYZ 13.23 12.2 33.11 -
YUV 96.87 161.37 114.54 -
System Red Green Blue C M Y K H S L
Decimal 78 95 156 0.5 0.39 0 0.39 226.92 0.33 0.46
Hex 4E 5F 9C 32 27 0 27 E3 21 2E
Octal 116 137 234 62 47 0 47 343 41 56
Binary 1001110 1011111 10011100 110010 100111 0 100111 11100011 100001 101110

Color Harmonies of #4E5F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5F9C

Black with #4E5F9C

Text Example


Text Example

White with #4E5F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,95,156); }

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

background-color css

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

 a { background-color: rgb(78,95,156); }

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

border-color css

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

 span { border-color: rgb(78,95,156); }

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