Html Css Color HEX #4F5398 Governor Bay

📋 copy color: '#4F5398'

red 79 ◦ green 83 ◦ blue 152

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

Shades of Governor Bay #4F5398

Tints of Governor Bay #4F5398

RGB

 RED value IS 79 (31.25% from 255) = 25.16%

 GREEN value IS 83 (32.81% from 255) = 26.43%

 BLUE value IS 152 (59.77% from 255) = 48.41%

R = 25.16%
G = 26.43%
B = 48.41%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4F5398 (or 0x4F5398) is known color: Governor Bay. HEX triplet: 4F, 53 and 98. RGB value is (79,83,152). Sum of RGB (Red+Green+Blue) = 79+83+152=314 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.16% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 152 (59.77% from 255 or 48.41% from 314); Max value from RGB is 152 - color contains mainly: blue. Hex color #4F5398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5398 is #B0AC67. Grayscale: #595959. Windows color (decimal): -11578472 or 9982799. OLE color: 9982799.

HSL color Cylindrical-coordinate representation of color #4F5398: hue angle of 236.71º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F5398 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 79 83 152 -
CMYK 0.48 0.45 0 0.40
HSL 236.71º 0.32% 0.45% -
HSV(B) 236.71º 0.48% 0.6% -
XYZ 11.99 10.12 31.03 -
YUV 89.67 163.17 120.39 -
System Red Green Blue C M Y K H S L
Decimal 79 83 152 0.48 0.45 0 0.40 236.71 0.32 0.45
Hex 4F 53 98 30 2D 0 28 ED 20 2D
Octal 117 123 230 60 55 0 50 355 40 55
Binary 1001111 1010011 10011000 110000 101101 0 101000 11101101 100000 101101

Color Harmonies of #4F5398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5398

Black with #4F5398

Text Example


Text Example

White with #4F5398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,83,152); }

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

background-color css

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

 a { background-color: rgb(79,83,152); }

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

border-color css

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

 span { border-color: rgb(79,83,152); }

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