Html Css Color HEX #444675 Corn Flower Blue

📋 copy color: '#444675'

red 68 ◦ green 70 ◦ blue 117

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

Shades of Corn Flower Blue #444675

Tints of Corn Flower Blue #444675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 45.88%

R = 26.67%
G = 27.45%
B = 45.88%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#444675 (or 0x444675) is known color: Corn Flower Blue. HEX triplet: 44, 46 and 75. RGB value is (68,70,117). Sum of RGB (Red+Green+Blue) = 68+70+117=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #444675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444675 is #BBB98A. Grayscale: #4A4A4A. Windows color (decimal): -12302731 or 7685700. OLE color: 7685700.

HSL color Cylindrical-coordinate representation of color #444675: hue angle of 237.55º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #444675 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 70 117 -
CMYK 0.42 0.40 0 0.54
HSL 237.55º 0.26% 0.36% -
HSV(B) 237.55º 0.42% 0.46% -
XYZ 7.78 6.89 17.75 -
YUV 74.76 151.84 123.18 -
System Red Green Blue C M Y K H S L
Decimal 68 70 117 0.42 0.40 0 0.54 237.55 0.26 0.36
Hex 44 46 75 2A 28 0 36 EE 1A 24
Octal 104 106 165 52 50 0 66 356 32 44
Binary 1000100 1000110 1110101 101010 101000 0 110110 11101110 11010 100100

Color Harmonies of #444675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444675

Black with #444675

Text Example


Text Example

White with #444675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444675; }

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

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

background-color css

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

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

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

border-color css

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

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

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