Html Css Color HEX #464375 Corn Flower Blue

📋 copy color: '#464375'

red 70 ◦ green 67 ◦ blue 117

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

Shades of Corn Flower Blue #464375

Tints of Corn Flower Blue #464375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.38%

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

R = 27.56%
G = 26.38%
B = 46.06%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#464375 (or 0x464375) is known color: Corn Flower Blue. HEX triplet: 46, 43 and 75. RGB value is (70,67,117). Sum of RGB (Red+Green+Blue) = 70+67+117=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 117 - color contains mainly: blue. Hex color #464375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464375 is #B9BC8A. Grayscale: #494949. Windows color (decimal): -12172427 or 7684934. OLE color: 7684934.

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

Color convert

RGB 70 67 117 -
CMYK 0.40 0.43 0 0.54
HSL 243.6º 0.27% 0.36% -
HSV(B) 243.6º 0.43% 0.46% -
XYZ 7.74 6.6 17.7 -
YUV 73.6 152.49 125.43 -
System Red Green Blue C M Y K H S L
Decimal 70 67 117 0.40 0.43 0 0.54 243.6 0.27 0.36
Hex 46 43 75 28 2B 0 36 F4 1B 24
Octal 106 103 165 50 53 0 66 364 33 44
Binary 1000110 1000011 1110101 101000 101011 0 110110 11110100 11011 100100

Color Harmonies of #464375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464375

Black with #464375

Text Example


Text Example

White with #464375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464375; }

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

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

background-color css

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

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

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

border-color css

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

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

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