Html Css Color HEX #464662 Corn Flower Blue

📋 copy color: '#464662'

red 70 ◦ green 70 ◦ blue 98

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

Shades of Corn Flower Blue #464662

Tints of Corn Flower Blue #464662

RGB

 RED value IS 70 (27.73% from 255) = 29.41%

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

 BLUE value IS 98 (38.67% from 255) = 41.18%

R = 29.41%
G = 29.41%
B = 41.18%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#464662 (or 0x464662) is known color: Corn Flower Blue. HEX triplet: 46, 46 and 62. RGB value is (70,70,98). Sum of RGB (Red+Green+Blue) = 70+70+98=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 98 - color contains mainly: blue. Hex color #464662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464662 is #B9B99D. Grayscale: #494949. Windows color (decimal): -12171678 or 6440518. OLE color: 6440518.

HSL color Cylindrical-coordinate representation of color #464662: hue angle of 240º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #464662 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 70 98 -
CMYK 0.29 0.29 0 0.62
HSL 240º 0.17% 0.33% -
HSV(B) 240º 0.29% 0.38% -
XYZ 6.92 6.56 12.46 -
YUV 73.19 142 125.72 -
System Red Green Blue C M Y K H S L
Decimal 70 70 98 0.29 0.29 0 0.62 240 0.17 0.33
Hex 46 46 62 1D 1D 0 3E F0 11 21
Octal 106 106 142 35 35 0 76 360 21 41
Binary 1000110 1000110 1100010 11101 11101 0 111110 11110000 10001 100001

Color Harmonies of #464662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464662

Black with #464662

Text Example


Text Example

White with #464662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464662; }

 p { color: rgb(70,70,98); }

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

background-color css

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

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

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

border-color css

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

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

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