Html Css Color HEX #424675 Corn Flower Blue

📋 copy color: '#424675'

red 66 ◦ green 70 ◦ blue 117

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

Shades of Corn Flower Blue #424675

Tints of Corn Flower Blue #424675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.25%

R = 26.09%
G = 27.67%
B = 46.25%

CMYK

 C value IS 0.44

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#424675 (or 0x424675) is known color: Corn Flower Blue. HEX triplet: 42, 46 and 75. RGB value is (66,70,117). Sum of RGB (Red+Green+Blue) = 66+70+117=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: blue. Hex color #424675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424675 is #BDB98A. Grayscale: #494949. Windows color (decimal): -12433803 or 7685698. OLE color: 7685698.

HSL color Cylindrical-coordinate representation of color #424675: hue angle of 235.29º 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 #424675 is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 70 117 -
CMYK 0.44 0.40 0 0.54
HSL 235.29º 0.28% 0.36% -
HSV(B) 235.29º 0.44% 0.46% -
XYZ 7.65 6.82 17.74 -
YUV 74.16 152.17 122.18 -
System Red Green Blue C M Y K H S L
Decimal 66 70 117 0.44 0.40 0 0.54 235.29 0.28 0.36
Hex 42 46 75 2C 28 0 36 EB 1C 24
Octal 102 106 165 54 50 0 66 353 34 44
Binary 1000010 1000110 1110101 101100 101000 0 110110 11101011 11100 100100

Color Harmonies of #424675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424675

Black with #424675

Text Example


Text Example

White with #424675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424675; }

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

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

background-color css

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

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

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

border-color css

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

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

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