Html Css Color HEX #42469D Governor Bay

📋 copy color: '#42469D'

red 66 ◦ green 70 ◦ blue 157

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

Shades of Governor Bay #42469D

Tints of Governor Bay #42469D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.89%

 BLUE value IS 157 (61.72% from 255) = 53.58%

R = 22.53%
G = 23.89%
B = 53.58%

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

#42469D (or 0x42469D) is known color: Governor Bay. HEX triplet: 42, 46 and 9D. RGB value is (66,70,157). Sum of RGB (Red+Green+Blue) = 66+70+157=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #42469D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42469D is #BDB962. Grayscale: #4E4E4E. Windows color (decimal): -12433763 or 10307138. OLE color: 10307138.

HSL color Cylindrical-coordinate representation of color #42469D: hue angle of 237.36º 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 #42469D is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 70 157 -
CMYK 0.58 0.55 0 0.38
HSL 237.36º 0.41% 0.44% -
HSV(B) 237.36º 0.58% 0.62% -
XYZ 10.52 7.97 32.88 -
YUV 78.72 172.17 118.93 -
System Red Green Blue C M Y K H S L
Decimal 66 70 157 0.58 0.55 0 0.38 237.36 0.41 0.44
Hex 42 46 9D 3A 37 0 26 ED 29 2C
Octal 102 106 235 72 67 0 46 355 51 54
Binary 1000010 1000110 10011101 111010 110111 0 100110 11101101 101001 101100

Color Harmonies of #42469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42469D

Black with #42469D

Text Example


Text Example

White with #42469D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42469D; }

 p { color: rgb(66,70,157); }

 H1.HeaderClassName
 {
   color: #42469D;
 }
 .AnyTagClassName
 {
   color: #42469D;
 }
</style>

background-color css

<style>
 a { background-color: #42469D; }

 a { background-color: rgb(66,70,157); }

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

border-color css

<style>
 span { border-color: #42469D; }

 span { border-color: rgb(66,70,157); }

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