Html Css Color HEX #464568 Corn Flower Blue

📋 copy color: '#464568'

red 70 ◦ green 69 ◦ blue 104

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

Shades of Corn Flower Blue #464568

Tints of Corn Flower Blue #464568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 42.8%

R = 28.81%
G = 28.4%
B = 42.8%

CMYK

 C value IS 0.33

 M value IS 0.34

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#464568 (or 0x464568) is known color: Corn Flower Blue. HEX triplet: 46, 45 and 68. RGB value is (70,69,104). Sum of RGB (Red+Green+Blue) = 70+69+104=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 104 - color contains mainly: blue. Hex color #464568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464568 is #B9BA97. Grayscale: #494949. Windows color (decimal): -12171928 or 6833478. OLE color: 6833478.

HSL color Cylindrical-coordinate representation of color #464568: hue angle of 241.71º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #464568 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 69 104 -
CMYK 0.33 0.34 0 0.59
HSL 241.71º 0.2% 0.34% -
HSV(B) 241.71º 0.34% 0.41% -
XYZ 7.15 6.56 13.99 -
YUV 73.29 145.33 125.65 -
System Red Green Blue C M Y K H S L
Decimal 70 69 104 0.33 0.34 0 0.59 241.71 0.2 0.34
Hex 46 45 68 21 22 0 3B F2 14 22
Octal 106 105 150 41 42 0 73 362 24 42
Binary 1000110 1000101 1101000 100001 100010 0 111011 11110010 10100 100010

Color Harmonies of #464568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464568

Black with #464568

Text Example


Text Example

White with #464568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464568; }

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

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

background-color css

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

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

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

border-color css

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

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

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