Html Css Color HEX #444B5C Blue Zodiac

📋 copy color: '#444B5C'

red 68 ◦ green 75 ◦ blue 92

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

Shades of Blue Zodiac #444B5C

Tints of Blue Zodiac #444B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 39.15%

R = 28.94%
G = 31.91%
B = 39.15%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#444B5C (or 0x444B5C) is known color: Blue Zodiac. HEX triplet: 44, 4B and 5C. RGB value is (68,75,92). Sum of RGB (Red+Green+Blue) = 68+75+92=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 92 - color contains mainly: blue. Hex color #444B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444B5C is #BBB4A3. Grayscale: #4A4A4A. Windows color (decimal): -12301476 or 6048580. OLE color: 6048580.

HSL color Cylindrical-coordinate representation of color #444B5C: hue angle of 222.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #444B5C is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 75 92 -
CMYK 0.26 0.18 0 0.64
HSL 222.5º 0.15% 0.31% -
HSV(B) 222.5º 0.26% 0.36% -
XYZ 6.83 7.03 11.12 -
YUV 74.85 137.68 123.12 -
System Red Green Blue C M Y K H S L
Decimal 68 75 92 0.26 0.18 0 0.64 222.5 0.15 0.31
Hex 44 4B 5C 1A 12 0 40 DE F 1F
Octal 104 113 134 32 22 0 100 336 17 37
Binary 1000100 1001011 1011100 11010 10010 0 1000000 11011110 1111 11111

Color Harmonies of #444B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444B5C

Black with #444B5C

Text Example


Text Example

White with #444B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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