Html Css Color HEX #44469D Governor Bay

📋 copy color: '#44469D'

red 68 ◦ green 70 ◦ blue 157

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

Shades of Governor Bay #44469D

Tints of Governor Bay #44469D

RGB

 RED value IS 68 (26.95% from 255) = 23.05%

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

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

R = 23.05%
G = 23.73%
B = 53.22%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#44469D (or 0x44469D) is known color: Governor Bay. HEX triplet: 44, 46 and 9D. RGB value is (68,70,157). Sum of RGB (Red+Green+Blue) = 68+70+157=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #44469D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44469D is #BBB962. Grayscale: #4E4E4E. Windows color (decimal): -12302691 or 10307140. OLE color: 10307140.

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

Color convert

RGB 68 70 157 -
CMYK 0.57 0.55 0 0.38
HSL 238.65º 0.4% 0.44% -
HSV(B) 238.65º 0.57% 0.62% -
XYZ 10.66 8.04 32.89 -
YUV 79.32 171.84 119.93 -
System Red Green Blue C M Y K H S L
Decimal 68 70 157 0.57 0.55 0 0.38 238.65 0.4 0.44
Hex 44 46 9D 39 37 0 26 EF 28 2C
Octal 104 106 235 71 67 0 46 357 50 54
Binary 1000100 1000110 10011101 111001 110111 0 100110 11101111 101000 101100

Color Harmonies of #44469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44469D

Black with #44469D

Text Example


Text Example

White with #44469D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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