Html Css Color HEX #4CADB7 Viking

📋 copy color: '#4CADB7'

red 76 ◦ green 173 ◦ blue 183

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

Shades of Viking #4CADB7

Tints of Viking #4CADB7

RGB

 RED value IS 76 (30.08% from 255) = 17.59%

 GREEN value IS 173 (67.97% from 255) = 40.05%

 BLUE value IS 183 (71.88% from 255) = 42.36%

R = 17.59%
G = 40.05%
B = 42.36%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#4CADB7 (or 0x4CADB7) is known color: Viking. HEX triplet: 4C, AD and B7. RGB value is (76,173,183). Sum of RGB (Red+Green+Blue) = 76+173+183=432 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.59% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 183 (71.88% from 255 or 42.36% from 432); Max value from RGB is 183 - color contains mainly: blue. Hex color #4CADB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CADB7 is #B35248. Grayscale: #919191. Windows color (decimal): -11752009 or 12037452. OLE color: 12037452.

HSL color Cylindrical-coordinate representation of color #4CADB7: hue angle of 185.61º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CADB7 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 76 173 183 -
CMYK 0.58 0.05 0 0.28
HSL 185.61º 0.43% 0.51% -
HSV(B) 185.61º 0.58% 0.72% -
XYZ 26.47 34.84 50.13 -
YUV 145.14 149.36 78.69 -
System Red Green Blue C M Y K H S L
Decimal 76 173 183 0.58 0.05 0 0.28 185.61 0.43 0.51
Hex 4C AD B7 3A 5 0 1C BA 2B 33
Octal 114 255 267 72 5 0 34 272 53 63
Binary 1001100 10101101 10110111 111010 101 0 11100 10111010 101011 110011

Color Harmonies of #4CADB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CADB7

Black with #4CADB7

Text Example


Text Example

White with #4CADB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CADB7; }

 p { color: rgb(76,173,183); }

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

background-color css

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

 a { background-color: rgb(76,173,183); }

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

border-color css

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

 span { border-color: rgb(76,173,183); }

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