Html Css Color HEX #444BA4 Governor Bay

📋 copy color: '#444BA4'

red 68 ◦ green 75 ◦ blue 164

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

Shades of Governor Bay #444BA4

Tints of Governor Bay #444BA4

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.43%

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

R = 22.15%
G = 24.43%
B = 53.42%

CMYK

 C value IS 0.59

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#444BA4 (or 0x444BA4) is known color: Governor Bay. HEX triplet: 44, 4B and A4. RGB value is (68,75,164). Sum of RGB (Red+Green+Blue) = 68+75+164=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 164 (64.45% from 255 or 53.42% from 307); Max value from RGB is 164 - color contains mainly: blue. Hex color #444BA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444BA4 is #BBB45B. Grayscale: #525252. Windows color (decimal): -12301404 or 10767172. OLE color: 10767172.

HSL color Cylindrical-coordinate representation of color #444BA4: hue angle of 235.62º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #444BA4 is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 68 75 164 -
CMYK 0.59 0.54 0 0.36
HSL 235.63º 0.41% 0.45% -
HSV(B) 235.63º 0.59% 0.64% -
XYZ 11.6 8.94 36.24 -
YUV 83.05 173.68 117.26 -
System Red Green Blue C M Y K H S L
Decimal 68 75 164 0.59 0.54 0 0.36 235.63 0.41 0.45
Hex 44 4B A4 3B 36 0 24 EC 29 2D
Octal 104 113 244 73 66 0 44 354 51 55
Binary 1000100 1001011 10100100 111011 110110 0 100100 11101100 101001 101101

Color Harmonies of #444BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444BA4

Black with #444BA4

Text Example


Text Example

White with #444BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,75,164); }

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

background-color css

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

 a { background-color: rgb(68,75,164); }

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

border-color css

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

 span { border-color: rgb(68,75,164); }

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