Html Css Color HEX #42416D Corn Flower Blue

📋 copy color: '#42416D'

red 66 ◦ green 65 ◦ blue 109

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

Shades of Corn Flower Blue #42416D

Tints of Corn Flower Blue #42416D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 45.42%

R = 27.5%
G = 27.08%
B = 45.42%

CMYK

 C value IS 0.39

 M value IS 0.40

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#42416D (or 0x42416D) is known color: Corn Flower Blue. HEX triplet: 42, 41 and 6D. RGB value is (66,65,109). Sum of RGB (Red+Green+Blue) = 66+65+109=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: blue. Hex color #42416D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42416D is #BDBE92. Grayscale: #464646. Windows color (decimal): -12435091 or 7160130. OLE color: 7160130.

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

Color convert

RGB 66 65 109 -
CMYK 0.39 0.40 0 0.57
HSL 241.36º 0.25% 0.34% -
HSV(B) 241.36º 0.4% 0.43% -
XYZ 6.9 6.04 15.27 -
YUV 70.32 149.83 124.92 -
System Red Green Blue C M Y K H S L
Decimal 66 65 109 0.39 0.40 0 0.57 241.36 0.25 0.34
Hex 42 41 6D 27 28 0 39 F1 19 22
Octal 102 101 155 47 50 0 71 361 31 42
Binary 1000010 1000001 1101101 100111 101000 0 111001 11110001 11001 100010

Color Harmonies of #42416D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42416D

Black with #42416D

Text Example


Text Example

White with #42416D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42416D; }

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

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

background-color css

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

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

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

border-color css

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

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

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