Html Css Color HEX #467484 Calypso

📋 copy color: '#467484'

red 70 ◦ green 116 ◦ blue 132

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

Shades of Calypso #467484

Tints of Calypso #467484

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.48%

 BLUE value IS 132 (51.95% from 255) = 41.51%

R = 22.01%
G = 36.48%
B = 41.51%

CMYK

 C value IS 0.47

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#467484 (or 0x467484) is known color: Calypso. HEX triplet: 46, 74 and 84. RGB value is (70,116,132). Sum of RGB (Red+Green+Blue) = 70+116+132=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 132 - color contains mainly: blue. Hex color #467484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467484 is #B98B7B. Grayscale: #676767. Windows color (decimal): -12159868 or 8680518. OLE color: 8680518.

HSL color Cylindrical-coordinate representation of color #467484: hue angle of 195.48º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #467484 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 116 132 -
CMYK 0.47 0.12 0 0.48
HSL 195.48º 0.31% 0.4% -
HSV(B) 195.48º 0.47% 0.52% -
XYZ 12.94 15.46 24.13 -
YUV 104.07 143.76 103.7 -
System Red Green Blue C M Y K H S L
Decimal 70 116 132 0.47 0.12 0 0.48 195.48 0.31 0.4
Hex 46 74 84 2F C 0 30 C3 1F 28
Octal 106 164 204 57 14 0 60 303 37 50
Binary 1000110 1110100 10000100 101111 1100 0 110000 11000011 11111 101000

Color Harmonies of #467484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467484

Black with #467484

Text Example


Text Example

White with #467484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467484; }

 p { color: rgb(70,116,132); }

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

background-color css

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

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

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

border-color css

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

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

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