Html Css Color HEX #42489F Governor Bay

📋 copy color: '#42489F'

red 66 ◦ green 72 ◦ blue 159

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

Shades of Governor Bay #42489F

Tints of Governor Bay #42489F

RGB

 RED value IS 66 (26.17% from 255) = 22.22%

 GREEN value IS 72 (28.52% from 255) = 24.24%

 BLUE value IS 159 (62.5% from 255) = 53.54%

R = 22.22%
G = 24.24%
B = 53.54%

CMYK

 C value IS 0.58

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42489F (or 0x42489F) is known color: Governor Bay. HEX triplet: 42, 48 and 9F. RGB value is (66,72,159). Sum of RGB (Red+Green+Blue) = 66+72+159=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #42489F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42489F is #BDB760. Grayscale: #4F4F4F. Windows color (decimal): -12433249 or 10438722. OLE color: 10438722.

HSL color Cylindrical-coordinate representation of color #42489F: hue angle of 236.13º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42489F is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 72 159 -
CMYK 0.58 0.55 0 0.38
HSL 236.13º 0.41% 0.44% -
HSV(B) 236.13º 0.58% 0.62% -
XYZ 10.82 8.3 33.83 -
YUV 80.12 172.51 117.93 -
System Red Green Blue C M Y K H S L
Decimal 66 72 159 0.58 0.55 0 0.38 236.13 0.41 0.44
Hex 42 48 9F 3A 37 0 26 EC 29 2C
Octal 102 110 237 72 67 0 46 354 51 54
Binary 1000010 1001000 10011111 111010 110111 0 100110 11101100 101001 101100

Color Harmonies of #42489F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42489F

Black with #42489F

Text Example


Text Example

White with #42489F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42489F; }

 p { color: rgb(66,72,159); }

 H1.HeaderClassName
 {
   color: #42489F;
 }
 .AnyTagClassName
 {
   color: #42489F;
 }
</style>

background-color css

<style>
 a { background-color: #42489F; }

 a { background-color: rgb(66,72,159); }

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

border-color css

<style>
 span { border-color: #42489F; }

 span { border-color: rgb(66,72,159); }

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