Html Css Color HEX #424676 Corn Flower Blue

📋 copy color: '#424676'

red 66 ◦ green 70 ◦ blue 118

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

Shades of Corn Flower Blue #424676

Tints of Corn Flower Blue #424676

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.56%

 BLUE value IS 118 (46.48% from 255) = 46.46%

R = 25.98%
G = 27.56%
B = 46.46%

CMYK

 C value IS 0.44

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#424676 (or 0x424676) is known color: Corn Flower Blue. HEX triplet: 42, 46 and 76. RGB value is (66,70,118). Sum of RGB (Red+Green+Blue) = 66+70+118=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 118 - color contains mainly: blue. Hex color #424676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424676 is #BDB989. Grayscale: #4A4A4A. Windows color (decimal): -12433802 or 7751234. OLE color: 7751234.

HSL color Cylindrical-coordinate representation of color #424676: hue angle of 235.38º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #424676 is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 70 118 -
CMYK 0.44 0.41 0 0.54
HSL 235.38º 0.28% 0.36% -
HSV(B) 235.38º 0.44% 0.46% -
XYZ 7.71 6.85 18.05 -
YUV 74.28 152.67 122.1 -
System Red Green Blue C M Y K H S L
Decimal 66 70 118 0.44 0.41 0 0.54 235.38 0.28 0.36
Hex 42 46 76 2C 29 0 36 EB 1C 24
Octal 102 106 166 54 51 0 66 353 34 44
Binary 1000010 1000110 1110110 101100 101001 0 110110 11101011 11100 100100

Color Harmonies of #424676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424676

Black with #424676

Text Example


Text Example

White with #424676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424676; }

 p { color: rgb(66,70,118); }

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

background-color css

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

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

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

border-color css

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

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

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