Html Css Color HEX #42406B Corn Flower Blue

📋 copy color: '#42406B'

red 66 ◦ green 64 ◦ blue 107

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

Shades of Corn Flower Blue #42406B

Tints of Corn Flower Blue #42406B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 45.15%

R = 27.85%
G = 27%
B = 45.15%

CMYK

 C value IS 0.38

 M value IS 0.40

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42406B (or 0x42406B) is known color: Corn Flower Blue. HEX triplet: 42, 40 and 6B. RGB value is (66,64,107). Sum of RGB (Red+Green+Blue) = 66+64+107=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 107 (42.19% from 255 or 45.15% from 237); Max value from RGB is 107 - color contains mainly: blue. Hex color #42406B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42406B is #BDBF94. Grayscale: #454545. Windows color (decimal): -12435349 or 7028802. OLE color: 7028802.

HSL color Cylindrical-coordinate representation of color #42406B: hue angle of 242.79º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #42406B is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 64 107 -
CMYK 0.38 0.40 0 0.58
HSL 242.79º 0.25% 0.34% -
HSV(B) 242.79º 0.4% 0.42% -
XYZ 6.73 5.89 14.69 -
YUV 69.5 149.16 125.5 -
System Red Green Blue C M Y K H S L
Decimal 66 64 107 0.38 0.40 0 0.58 242.79 0.25 0.34
Hex 42 40 6B 26 28 0 3A F3 19 22
Octal 102 100 153 46 50 0 72 363 31 42
Binary 1000010 1000000 1101011 100110 101000 0 111010 11110011 11001 100010

Color Harmonies of #42406B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42406B

Black with #42406B

Text Example


Text Example

White with #42406B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42406B; }

 p { color: rgb(66,64,107); }

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

background-color css

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

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

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

border-color css

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

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

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