Html Css Color HEX #444CAB Governor Bay

📋 copy color: '#444CAB'

red 68 ◦ green 76 ◦ blue 171

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

Shades of Governor Bay #444CAB

Tints of Governor Bay #444CAB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.13%

 BLUE value IS 171 (67.19% from 255) = 54.29%

R = 21.59%
G = 24.13%
B = 54.29%

CMYK

 C value IS 0.60

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#444CAB (or 0x444CAB) is known color: Governor Bay. HEX triplet: 44, 4C and AB. RGB value is (68,76,171). Sum of RGB (Red+Green+Blue) = 68+76+171=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #444CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444CAB is #BBB354. Grayscale: #545454. Windows color (decimal): -12301141 or 11226180. OLE color: 11226180.

HSL color Cylindrical-coordinate representation of color #444CAB: hue angle of 235.34º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #444CAB is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 76 171 -
CMYK 0.60 0.56 0 0.33
HSL 235.34º 0.43% 0.47% -
HSV(B) 235.34º 0.6% 0.67% -
XYZ 12.32 9.34 39.68 -
YUV 84.44 176.85 116.28 -
System Red Green Blue C M Y K H S L
Decimal 68 76 171 0.60 0.56 0 0.33 235.34 0.43 0.47
Hex 44 4C AB 3C 38 0 21 EB 2B 2F
Octal 104 114 253 74 70 0 41 353 53 57
Binary 1000100 1001100 10101011 111100 111000 0 100001 11101011 101011 101111

Color Harmonies of #444CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444CAB

Black with #444CAB

Text Example


Text Example

White with #444CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444CAB; }

 p { color: rgb(68,76,171); }

 H1.HeaderClassName
 {
   color: #444CAB;
 }
 .AnyTagClassName
 {
   color: #444CAB;
 }
</style>

background-color css

<style>
 a { background-color: #444CAB; }

 a { background-color: rgb(68,76,171); }

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

border-color css

<style>
 span { border-color: #444CAB; }

 span { border-color: rgb(68,76,171); }

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