Html Css Color HEX #464563 Corn Flower Blue

📋 copy color: '#464563'

red 70 ◦ green 69 ◦ blue 99

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

Shades of Corn Flower Blue #464563

Tints of Corn Flower Blue #464563

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.99%

 BLUE value IS 99 (39.06% from 255) = 41.6%

R = 29.41%
G = 28.99%
B = 41.6%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#464563 (or 0x464563) is known color: Corn Flower Blue. HEX triplet: 46, 45 and 63. RGB value is (70,69,99). Sum of RGB (Red+Green+Blue) = 70+69+99=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 99 - color contains mainly: blue. Hex color #464563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464563 is #B9BA9C. Grayscale: #484848. Windows color (decimal): -12171933 or 6505798. OLE color: 6505798.

HSL color Cylindrical-coordinate representation of color #464563: hue angle of 242º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #464563 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 69 99 -
CMYK 0.29 0.30 0 0.61
HSL 242º 0.18% 0.33% -
HSV(B) 242º 0.3% 0.39% -
XYZ 6.91 6.46 12.69 -
YUV 72.72 142.83 126.06 -
System Red Green Blue C M Y K H S L
Decimal 70 69 99 0.29 0.30 0 0.61 242 0.18 0.33
Hex 46 45 63 1D 1E 0 3D F2 12 21
Octal 106 105 143 35 36 0 75 362 22 41
Binary 1000110 1000101 1100011 11101 11110 0 111101 11110010 10010 100001

Color Harmonies of #464563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464563

Black with #464563

Text Example


Text Example

White with #464563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464563; }

 p { color: rgb(70,69,99); }

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

background-color css

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

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

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

border-color css

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

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

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