Html Css Color HEX #42426E Corn Flower Blue

📋 copy color: '#42426E'

red 66 ◦ green 66 ◦ blue 110

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

Shades of Corn Flower Blue #42426E

Tints of Corn Flower Blue #42426E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 45.45%

R = 27.27%
G = 27.27%
B = 45.45%

CMYK

 C value IS 0.4

 M value IS 0.4

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#42426E (or 0x42426E) is known color: Corn Flower Blue. HEX triplet: 42, 42 and 6E. RGB value is (66,66,110). Sum of RGB (Red+Green+Blue) = 66+66+110=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 110 - color contains mainly: blue. Hex color #42426E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42426E is #BDBD91. Grayscale: #464646. Windows color (decimal): -12434834 or 7225922. OLE color: 7225922.

HSL color Cylindrical-coordinate representation of color #42426E: hue angle of 240º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #42426E is Cyan = 0.4, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 66 66 110 -
CMYK 0.4 0.4 0 0.57
HSL 240º 0.25% 0.35% -
HSV(B) 240º 0.4% 0.43% -
XYZ 7.01 6.18 15.58 -
YUV 71.02 150 124.42 -
System Red Green Blue C M Y K H S L
Decimal 66 66 110 0.4 0.4 0 0.57 240 0.25 0.35
Hex 42 42 6E 28 28 0 39 F0 19 23
Octal 102 102 156 50 50 0 71 360 31 43
Binary 1000010 1000010 1101110 101000 101000 0 111001 11110000 11001 100011

Color Harmonies of #42426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42426E

Black with #42426E

Text Example


Text Example

White with #42426E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42426E; }

 p { color: rgb(66,66,110); }

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

background-color css

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

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

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

border-color css

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

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

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