Html Css Color HEX #4BADBE Viking

📋 copy color: '#4BADBE'

red 75 ◦ green 173 ◦ blue 190

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

Shades of Viking #4BADBE

Tints of Viking #4BADBE

RGB

 RED value IS 75 (29.69% from 255) = 17.12%

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

 BLUE value IS 190 (74.61% from 255) = 43.38%

R = 17.12%
G = 39.5%
B = 43.38%

CMYK

 C value IS 0.61

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4BADBE (or 0x4BADBE) is known color: Viking. HEX triplet: 4B, AD and BE. RGB value is (75,173,190). Sum of RGB (Red+Green+Blue) = 75+173+190=438 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.12% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #4BADBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BADBE is #B45241. Grayscale: #919191. Windows color (decimal): -11817538 or 12496203. OLE color: 12496203.

HSL color Cylindrical-coordinate representation of color #4BADBE: hue angle of 188.87º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BADBE is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 75 173 190 -
CMYK 0.61 0.09 0 0.25
HSL 188.87º 0.47% 0.52% -
HSV(B) 188.87º 0.61% 0.75% -
XYZ 27.14 35.1 54.06 -
YUV 145.64 153.03 77.62 -
System Red Green Blue C M Y K H S L
Decimal 75 173 190 0.61 0.09 0 0.25 188.87 0.47 0.52
Hex 4B AD BE 3D 9 0 19 BD 2F 34
Octal 113 255 276 75 11 0 31 275 57 64
Binary 1001011 10101101 10111110 111101 1001 0 11001 10111101 101111 110100

Color Harmonies of #4BADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BADBE

Black with #4BADBE

Text Example


Text Example

White with #4BADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,173,190); }

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

background-color css

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

 a { background-color: rgb(75,173,190); }

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

border-color css

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

 span { border-color: rgb(75,173,190); }

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