Html Css Color HEX #48AECF Viking

📋 copy color: '#48AECF'

red 72 ◦ green 174 ◦ blue 207

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

Shades of Viking #48AECF

Tints of Viking #48AECF

RGB

 RED value IS 72 (28.52% from 255) = 15.89%

 GREEN value IS 174 (68.36% from 255) = 38.41%

 BLUE value IS 207 (81.25% from 255) = 45.7%

R = 15.89%
G = 38.41%
B = 45.7%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#48AECF (or 0x48AECF) is known color: Viking. HEX triplet: 48, AE and CF. RGB value is (72,174,207). Sum of RGB (Red+Green+Blue) = 72+174+207=453 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.89% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #48AECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48AECF is #B75130. Grayscale: #939393. Windows color (decimal): -12013873 or 13610568. OLE color: 13610568.

HSL color Cylindrical-coordinate representation of color #48AECF: hue angle of 194.67º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48AECF is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 174 207 -
CMYK 0.65 0.16 0 0.19
HSL 194.67º 0.58% 0.55% -
HSV(B) 194.67º 0.65% 0.81% -
XYZ 29.07 36.15 64.48 -
YUV 147.26 161.71 74.32 -
System Red Green Blue C M Y K H S L
Decimal 72 174 207 0.65 0.16 0 0.19 194.67 0.58 0.55
Hex 48 AE CF 41 10 0 13 C3 3A 37
Octal 110 256 317 101 20 0 23 303 72 67
Binary 1001000 10101110 11001111 1000001 10000 0 10011 11000011 111010 110111

Color Harmonies of #48AECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AECF

Black with #48AECF

Text Example


Text Example

White with #48AECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48AECF; }

 p { color: rgb(72,174,207); }

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

background-color css

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

 a { background-color: rgb(72,174,207); }

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

border-color css

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

 span { border-color: rgb(72,174,207); }

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