Html Css Color HEX #484EA4 Governor Bay

📋 copy color: '#484EA4'

red 72 ◦ green 78 ◦ blue 164

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

Shades of Governor Bay #484EA4

Tints of Governor Bay #484EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 52.23%

R = 22.93%
G = 24.84%
B = 52.23%

CMYK

 C value IS 0.56

 M value IS 0.52

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#484EA4 (or 0x484EA4) is known color: Governor Bay. HEX triplet: 48, 4E and A4. RGB value is (72,78,164). Sum of RGB (Red+Green+Blue) = 72+78+164=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 164 (64.45% from 255 or 52.23% from 314); Max value from RGB is 164 - color contains mainly: blue. Hex color #484EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484EA4 is #B7B15B. Grayscale: #555555. Windows color (decimal): -12038492 or 10767944. OLE color: 10767944.

HSL color Cylindrical-coordinate representation of color #484EA4: hue angle of 236.09º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #484EA4 is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 72 78 164 -
CMYK 0.56 0.52 0 0.36
HSL 236.09º 0.39% 0.46% -
HSV(B) 236.09º 0.56% 0.64% -
XYZ 12.1 9.51 36.32 -
YUV 86.01 172.01 118.01 -
System Red Green Blue C M Y K H S L
Decimal 72 78 164 0.56 0.52 0 0.36 236.09 0.39 0.46
Hex 48 4E A4 38 34 0 24 EC 27 2E
Octal 110 116 244 70 64 0 44 354 47 56
Binary 1001000 1001110 10100100 111000 110100 0 100100 11101100 100111 101110

Color Harmonies of #484EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484EA4

Black with #484EA4

Text Example


Text Example

White with #484EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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