Html Css Color HEX #444570 Corn Flower Blue

📋 copy color: '#444570'

red 68 ◦ green 69 ◦ blue 112

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

Shades of Corn Flower Blue #444570

Tints of Corn Flower Blue #444570

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.71%

 BLUE value IS 112 (44.14% from 255) = 44.98%

R = 27.31%
G = 27.71%
B = 44.98%

CMYK

 C value IS 0.39

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#444570 (or 0x444570) is known color: Corn Flower Blue. HEX triplet: 44, 45 and 70. RGB value is (68,69,112). Sum of RGB (Red+Green+Blue) = 68+69+112=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: blue. Hex color #444570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444570 is #BBBA8F. Grayscale: #494949. Windows color (decimal): -12302992 or 7357764. OLE color: 7357764.

HSL color Cylindrical-coordinate representation of color #444570: hue angle of 238.64º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #444570 is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 69 112 -
CMYK 0.39 0.38 0 0.56
HSL 238.64º 0.24% 0.35% -
HSV(B) 238.64º 0.39% 0.44% -
XYZ 7.44 6.66 16.22 -
YUV 73.6 149.67 124 -
System Red Green Blue C M Y K H S L
Decimal 68 69 112 0.39 0.38 0 0.56 238.64 0.24 0.35
Hex 44 45 70 27 26 0 38 EF 18 23
Octal 104 105 160 47 46 0 70 357 30 43
Binary 1000100 1000101 1110000 100111 100110 0 111000 11101111 11000 100011

Color Harmonies of #444570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444570

Black with #444570

Text Example


Text Example

White with #444570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444570; }

 p { color: rgb(68,69,112); }

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

background-color css

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

 a { background-color: rgb(68,69,112); }

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

border-color css

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

 span { border-color: rgb(68,69,112); }

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