Html Css Color HEX #484EAC Governor Bay

📋 copy color: '#484EAC'

red 72 ◦ green 78 ◦ blue 172

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

Shades of Governor Bay #484EAC

Tints of Governor Bay #484EAC

RGB

 RED value IS 72 (28.52% from 255) = 22.36%

 GREEN value IS 78 (30.86% from 255) = 24.22%

 BLUE value IS 172 (67.58% from 255) = 53.42%

R = 22.36%
G = 24.22%
B = 53.42%

CMYK

 C value IS 0.58

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#484EAC (or 0x484EAC) is known color: Governor Bay. HEX triplet: 48, 4E and AC. RGB value is (72,78,172). Sum of RGB (Red+Green+Blue) = 72+78+172=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #484EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484EAC is #B7B153. Grayscale: #565656. Windows color (decimal): -12038484 or 11292232. OLE color: 11292232.

HSL color Cylindrical-coordinate representation of color #484EAC: hue angle of 236.4º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #484EAC is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 78 172 -
CMYK 0.58 0.55 0 0.33
HSL 236.4º 0.41% 0.48% -
HSV(B) 236.4º 0.58% 0.67% -
XYZ 12.84 9.81 40.25 -
YUV 86.92 176.01 117.36 -
System Red Green Blue C M Y K H S L
Decimal 72 78 172 0.58 0.55 0 0.33 236.4 0.41 0.48
Hex 48 4E AC 3A 37 0 21 EC 29 30
Octal 110 116 254 72 67 0 41 354 51 60
Binary 1001000 1001110 10101100 111010 110111 0 100001 11101100 101001 110000

Color Harmonies of #484EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484EAC

Black with #484EAC

Text Example


Text Example

White with #484EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484EAC; }

 p { color: rgb(72,78,172); }

 H1.HeaderClassName
 {
   color: #484EAC;
 }
 .AnyTagClassName
 {
   color: #484EAC;
 }
</style>

background-color css

<style>
 a { background-color: #484EAC; }

 a { background-color: rgb(72,78,172); }

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

border-color css

<style>
 span { border-color: #484EAC; }

 span { border-color: rgb(72,78,172); }

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