Html Css Color HEX #424161 Corn Flower Blue

📋 copy color: '#424161'

red 66 ◦ green 65 ◦ blue 97

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

Shades of Corn Flower Blue #424161

Tints of Corn Flower Blue #424161

RGB

 RED value IS 66 (26.17% from 255) = 28.95%

 GREEN value IS 65 (25.78% from 255) = 28.51%

 BLUE value IS 97 (38.28% from 255) = 42.54%

R = 28.95%
G = 28.51%
B = 42.54%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#424161 (or 0x424161) is known color: Corn Flower Blue. HEX triplet: 42, 41 and 61. RGB value is (66,65,97). Sum of RGB (Red+Green+Blue) = 66+65+97=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 97 - color contains mainly: blue. Hex color #424161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424161 is #BDBE9E. Grayscale: #444444. Windows color (decimal): -12435103 or 6373698. OLE color: 6373698.

HSL color Cylindrical-coordinate representation of color #424161: hue angle of 241.88º 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 #424161 is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 65 97 -
CMYK 0.32 0.33 0 0.62
HSL 241.88º 0.2% 0.32% -
HSV(B) 241.88º 0.33% 0.38% -
XYZ 6.29 5.8 12.1 -
YUV 68.95 143.83 125.9 -
System Red Green Blue C M Y K H S L
Decimal 66 65 97 0.32 0.33 0 0.62 241.88 0.2 0.32
Hex 42 41 61 20 21 0 3E F2 14 20
Octal 102 101 141 40 41 0 76 362 24 40
Binary 1000010 1000001 1100001 100000 100001 0 111110 11110010 10100 100000

Color Harmonies of #424161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424161

Black with #424161

Text Example


Text Example

White with #424161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424161; }

 p { color: rgb(66,65,97); }

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

background-color css

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

 a { background-color: rgb(66,65,97); }

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

border-color css

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

 span { border-color: rgb(66,65,97); }

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