Html Css Color HEX #444262 Corn Flower Blue

📋 copy color: '#444262'

red 68 ◦ green 66 ◦ blue 98

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

Shades of Corn Flower Blue #444262

Tints of Corn Flower Blue #444262

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.45%

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

R = 29.31%
G = 28.45%
B = 42.24%

CMYK

 C value IS 0.31

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#444262 (or 0x444262) is known color: Corn Flower Blue. HEX triplet: 44, 42 and 62. RGB value is (68,66,98). Sum of RGB (Red+Green+Blue) = 68+66+98=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 98 - color contains mainly: blue. Hex color #444262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444262 is #BBBD9D. Grayscale: #464646. Windows color (decimal): -12303774 or 6439492. OLE color: 6439492.

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

Color convert

RGB 68 66 98 -
CMYK 0.31 0.33 0 0.62
HSL 243.75º 0.2% 0.32% -
HSV(B) 243.75º 0.33% 0.38% -
XYZ 6.54 6.01 12.37 -
YUV 70.25 143.66 126.4 -
System Red Green Blue C M Y K H S L
Decimal 68 66 98 0.31 0.33 0 0.62 243.75 0.2 0.32
Hex 44 42 62 1F 21 0 3E F4 14 20
Octal 104 102 142 37 41 0 76 364 24 40
Binary 1000100 1000010 1100010 11111 100001 0 111110 11110100 10100 100000

Color Harmonies of #444262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444262

Black with #444262

Text Example


Text Example

White with #444262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444262; }

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

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

background-color css

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

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

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

border-color css

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

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

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