Html Css Color HEX #444672 Corn Flower Blue

📋 copy color: '#444672'

red 68 ◦ green 70 ◦ blue 114

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

Shades of Corn Flower Blue #444672

Tints of Corn Flower Blue #444672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 45.24%

R = 26.98%
G = 27.78%
B = 45.24%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#444672 (or 0x444672) is known color: Corn Flower Blue. HEX triplet: 44, 46 and 72. RGB value is (68,70,114). Sum of RGB (Red+Green+Blue) = 68+70+114=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #444672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444672 is #BBB98D. Grayscale: #4A4A4A. Windows color (decimal): -12302734 or 7489092. OLE color: 7489092.

HSL color Cylindrical-coordinate representation of color #444672: hue angle of 237.39º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #444672 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 70 114 -
CMYK 0.40 0.39 0 0.55
HSL 237.39º 0.25% 0.36% -
HSV(B) 237.39º 0.4% 0.45% -
XYZ 7.61 6.82 16.84 -
YUV 74.42 150.34 123.42 -
System Red Green Blue C M Y K H S L
Decimal 68 70 114 0.40 0.39 0 0.55 237.39 0.25 0.36
Hex 44 46 72 28 27 0 37 ED 19 24
Octal 104 106 162 50 47 0 67 355 31 44
Binary 1000100 1000110 1110010 101000 100111 0 110111 11101101 11001 100100

Color Harmonies of #444672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444672

Black with #444672

Text Example


Text Example

White with #444672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444672; }

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

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

background-color css

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

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

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

border-color css

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

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

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