Html Css Color HEX #444062 Corn Flower Blue

📋 copy color: '#444062'

red 68 ◦ green 64 ◦ blue 98

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

Shades of Corn Flower Blue #444062

Tints of Corn Flower Blue #444062

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.83%

 BLUE value IS 98 (38.67% from 255) = 42.61%

R = 29.57%
G = 27.83%
B = 42.61%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#444062 (or 0x444062) is known color: Corn Flower Blue. HEX triplet: 44, 40 and 62. RGB value is (68,64,98). Sum of RGB (Red+Green+Blue) = 68+64+98=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 98 (38.67% from 255 or 42.61% from 230); Max value from RGB is 98 - color contains mainly: blue. Hex color #444062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444062 is #BBBF9D. Grayscale: #444444. Windows color (decimal): -12304286 or 6438980. OLE color: 6438980.

HSL color Cylindrical-coordinate representation of color #444062: hue angle of 247.06º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #444062 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 64 98 -
CMYK 0.31 0.35 0 0.62
HSL 247.06º 0.21% 0.32% -
HSV(B) 247.06º 0.35% 0.38% -
XYZ 6.42 5.78 12.33 -
YUV 69.07 144.33 127.24 -
System Red Green Blue C M Y K H S L
Decimal 68 64 98 0.31 0.35 0 0.62 247.06 0.21 0.32
Hex 44 40 62 1F 23 0 3E F7 15 20
Octal 104 100 142 37 43 0 76 367 25 40
Binary 1000100 1000000 1100010 11111 100011 0 111110 11110111 10101 100000

Color Harmonies of #444062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444062

Black with #444062

Text Example


Text Example

White with #444062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444062; }

 p { color: rgb(68,64,98); }

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

background-color css

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

 a { background-color: rgb(68,64,98); }

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

border-color css

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

 span { border-color: rgb(68,64,98); }

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